aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/hpilo.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/hpilo.c')
-rw-r--r--drivers/misc/hpilo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c
index b362d938e929..47a9ce6b16fd 100644
--- a/drivers/misc/hpilo.c
+++ b/drivers/misc/hpilo.c
@@ -859,7 +859,7 @@ static struct pci_driver ilo_driver = {
859 .name = ILO_NAME, 859 .name = ILO_NAME,
860 .id_table = ilo_devices, 860 .id_table = ilo_devices,
861 .probe = ilo_probe, 861 .probe = ilo_probe,
862 .remove = __devexit_p(ilo_remove), 862 .remove = ilo_remove,
863}; 863};
864 864
865static int __init ilo_init(void) 865static int __init ilo_init(void)