diff options
author | Christoph Hellwig <hch@lst.de> | 2016-12-02 19:31:01 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-12-05 14:31:23 -0500 |
commit | a2e7eefd5618e0f75bae2eb5c9387ea2f627b6ca (patch) | |
tree | 014f09728fea17dfac786c25616b6f994e679609 /drivers/nvme | |
parent | b986723c4c937033957ef0971e54effd02afb451 (diff) | |
download | linux-a2e7eefd5618e0f75bae2eb5c9387ea2f627b6ca.tar.gz linux-a2e7eefd5618e0f75bae2eb5c9387ea2f627b6ca.tar.xz |
nvme: move NVMe class code to pci_ids.h
We'll need to check for it in the AHCI drivers (yes, really) soon.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/nvme')
-rw-r--r-- | drivers/nvme/host/pci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index 0fc99f0f2571..2c58f159ac61 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -2064,9 +2064,6 @@ static const struct pci_error_handlers nvme_err_handler = { .reset_notify = nvme_reset_notify, }; -/* Move to pci_ids.h later */ -#define PCI_CLASS_STORAGE_EXPRESS 0x010802 - static const struct pci_device_id nvme_id_table[] = { { PCI_VDEVICE(INTEL, 0x0953), .driver_data = NVME_QUIRK_STRIPE_SIZE | |