summaryrefslogtreecommitdiff
path: root/drivers/staging/vme/devices/vme_pio2.h
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 22:21:56 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-22 03:05:00 +0400
commitd7e530d26ba3dc59753e0d0b04fecdbb1f394c38 (patch)
treed9da77186505a960f79ca91dfb6e1c65ea222bc1 /drivers/staging/vme/devices/vme_pio2.h
parent59cb218e7d3e58dd466f14fe341901695e6a65f4 (diff)
downloadlinux-d7e530d26ba3dc59753e0d0b04fecdbb1f394c38.tar.xz
staging: vme: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Martyn Welch <martyn.welch@ge.com> Cc: Manohar Vanga <manohar.vanga@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vme/devices/vme_pio2.h')
-rw-r--r--drivers/staging/vme/devices/vme_pio2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vme/devices/vme_pio2.h b/drivers/staging/vme/devices/vme_pio2.h
index 72d9ce0bcb45..d5d94c43c074 100644
--- a/drivers/staging/vme/devices/vme_pio2.h
+++ b/drivers/staging/vme/devices/vme_pio2.h
@@ -243,7 +243,7 @@ struct pio2_card {
int pio2_cntr_reset(struct pio2_card *);
int pio2_gpio_reset(struct pio2_card *);
-int __devinit pio2_gpio_init(struct pio2_card *);
+int pio2_gpio_init(struct pio2_card *);
void pio2_gpio_exit(struct pio2_card *);
#endif /* _VME_PIO2_H_ */