diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:23:05 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-21 15:51:53 -0500 |
commit | 80c8ae289266529445fad030fabf5fcf01ccda0d (patch) | |
tree | eba9aed6018d314a492eea1e00f03e5de83a2665 /drivers/misc/phantom.c | |
parent | 2d6bed9ca93e98685bc5038d686984fd449cd978 (diff) |
misc: 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: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
Cc: Eric Piel <eric.piel@tremplin-utc.net>
Cc: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/phantom.c')
-rw-r--r-- | drivers/misc/phantom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/phantom.c b/drivers/misc/phantom.c index 79038e9ced0f..394150df2afe 100644 --- a/drivers/misc/phantom.c +++ b/drivers/misc/phantom.c | |||
@@ -324,7 +324,7 @@ static irqreturn_t phantom_isr(int irq, void *data) | |||
324 | * Init and deinit driver | 324 | * Init and deinit driver |
325 | */ | 325 | */ |
326 | 326 | ||
327 | static unsigned int __devinit phantom_get_free(void) | 327 | static unsigned int phantom_get_free(void) |
328 | { | 328 | { |
329 | unsigned int i; | 329 | unsigned int i; |
330 | 330 | ||
@@ -335,7 +335,7 @@ static unsigned int __devinit phantom_get_free(void) | |||
335 | return i; | 335 | return i; |
336 | } | 336 | } |
337 | 337 | ||
338 | static int __devinit phantom_probe(struct pci_dev *pdev, | 338 | static int phantom_probe(struct pci_dev *pdev, |
339 | const struct pci_device_id *pci_id) | 339 | const struct pci_device_id *pci_id) |
340 | { | 340 | { |
341 | struct phantom_device *pht; | 341 | struct phantom_device *pht; |