Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc/scsi/lasi700: Fix section mismatches

Signed-off-by: Helge Deller <deller@gmx.de>

+3 -3
+3 -3
drivers/scsi/lasi700.c
··· 81 81 #define LASI710_CLOCK 40 82 82 #define LASI_SCSI_CORE_OFFSET 0x100 83 83 84 - static struct parisc_device_id lasi700_ids[] = { 84 + static const struct parisc_device_id lasi700_ids[] __initconst = { 85 85 LASI700_ID_TABLE, 86 86 LASI710_ID_TABLE, 87 87 { 0 } ··· 164 164 return 0; 165 165 } 166 166 167 - static struct parisc_driver lasi700_driver = { 167 + static struct parisc_driver lasi700_driver __refdata = { 168 168 .name = "lasi_scsi", 169 169 .id_table = lasi700_ids, 170 170 .probe = lasi700_probe, 171 - .remove = lasi700_driver_remove, 171 + .remove = __exit_p(lasi700_driver_remove), 172 172 }; 173 173 174 174 static int __init