diff mbox series

[1/4,Bionic] Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace"

Message ID 20180412164412.9146-2-dann.frazier@canonical.com
State New
Headers show
Series hisi_sas: Revert and replace SAUCE patches w/ upstream | expand

Commit Message

dann frazier April 12, 2018, 4:44 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1762824

Replacing with upstream version.

This reverts commit ba3493d66c3bb443c3c27bcd8f5f2d83e1a9492a.

Signed-off-by: dann frazier <dann.frazier@canonical.com>
---
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c b/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
index d31adc06c0a5..1d536a7a1247 100644
--- a/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
+++ b/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
@@ -2415,7 +2415,6 @@  static const struct pci_device_id sas_v3_pci_table[] = {
 	{ PCI_VDEVICE(HUAWEI, 0xa230), hip08 },
 	{}
 };
-MODULE_DEVICE_TABLE(pci, sas_v3_pci_table);
 
 static const struct pci_error_handlers hisi_sas_err_handler = {
 	.error_detected	= hisi_sas_error_detected_v3_hw,