diff options
Diffstat (limited to 'drivers/mfd/rdc321x-southbridge.c')
-rw-r--r-- | drivers/mfd/rdc321x-southbridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/rdc321x-southbridge.c b/drivers/mfd/rdc321x-southbridge.c index fbabc3cbe350..330396306d62 100644 --- a/drivers/mfd/rdc321x-southbridge.c +++ b/drivers/mfd/rdc321x-southbridge.c | |||
@@ -106,7 +106,7 @@ static struct pci_driver rdc321x_sb_driver = { | |||
106 | .name = "RDC321x Southbridge", | 106 | .name = "RDC321x Southbridge", |
107 | .id_table = rdc321x_sb_table, | 107 | .id_table = rdc321x_sb_table, |
108 | .probe = rdc321x_sb_probe, | 108 | .probe = rdc321x_sb_probe, |
109 | .remove = __devexit_p(rdc321x_sb_remove), | 109 | .remove = rdc321x_sb_remove, |
110 | }; | 110 | }; |
111 | 111 | ||
112 | module_pci_driver(rdc321x_sb_driver); | 112 | module_pci_driver(rdc321x_sb_driver); |