]> git.proxmox.com Git - mirror_ubuntu-impish-kernel.git/commitdiff
UBUNTU: hio -- remove duplicated MODULE_DEVICE_TABLE declaration
authorColin Ian King <colin.king@canonical.com>
Tue, 17 Mar 2020 19:44:45 +0000 (19:44 +0000)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 28 Jun 2021 06:03:50 +0000 (08:03 +0200)
The declaration is duplicated and will cause build failure when
building with clang. Remove it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
ubuntu/hio/hio.c

index b282411095b729ab87f7756af2dac0a94500f7c5..276c2410e04678210535de80cbc4b46a474d4da5 100644 (file)
@@ -12965,7 +12965,6 @@ MODULE_DEVICE_TABLE(pci, ssd_pci_tbl);
 SIMPLE_DEV_PM_OPS(hio_pm_ops, ssd_hio_suspend, ssd_hio_resume);
 #endif
 
-MODULE_DEVICE_TABLE(pci, ssd_pci_tbl);
 struct pci_driver ssd_driver = {
        .name           = MODULE_NAME, 
        .id_table       = ssd_pci_tbl,