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 be46539c3080..21b7bef73507 100644 --- a/drivers/mfd/rdc321x-southbridge.c +++ b/drivers/mfd/rdc321x-southbridge.c | |||
@@ -91,7 +91,7 @@ static int rdc321x_sb_probe(struct pci_dev *pdev, | |||
91 | NULL, 0, NULL); | 91 | NULL, 0, NULL); |
92 | } | 92 | } |
93 | 93 | ||
94 | static void __devexit rdc321x_sb_remove(struct pci_dev *pdev) | 94 | static void rdc321x_sb_remove(struct pci_dev *pdev) |
95 | { | 95 | { |
96 | mfd_remove_devices(&pdev->dev); | 96 | mfd_remove_devices(&pdev->dev); |
97 | } | 97 | } |