projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0c2feb
)
staging: sep: remove use of __devinit
author
Bill Pemberton
<wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:22:03 +0000
(13:22 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 23:05:01 +0000
(15:05 -0800)
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sep/sep_main.c
patch
|
blob
|
history
diff --git
a/drivers/staging/sep/sep_main.c
b/drivers/staging/sep/sep_main.c
index
2c8df0e
..
15c6e3d
100644
(file)
--- a/
drivers/staging/sep/sep_main.c
+++ b/
drivers/staging/sep/sep_main.c
@@
-4112,7
+4112,7
@@
static int sep_register_driver_with_fs(struct sep_device *sep)
*Attempt to set up and configure a SEP device that has been
*discovered by the PCI layer. Allocates all required resources.
*/
-static int
__devinit
sep_probe(struct pci_dev *pdev,
+static int sep_probe(struct pci_dev *pdev,
const struct pci_device_id *ent)
{
int error = 0;