projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cd3a48
)
staging: sm7xxfb: remove use of __devinit
author
Bill Pemberton
<wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:22:01 +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/sm7xxfb/sm7xxfb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/sm7xxfb/sm7xxfb.c
b/drivers/staging/sm7xxfb/sm7xxfb.c
index 5272ba94a7903694e5004b62b09664079dfea058..3c0ba60ec4f23a21807c087cb08d9465a43f56bf 100644
(file)
--- a/
drivers/staging/sm7xxfb/sm7xxfb.c
+++ b/
drivers/staging/sm7xxfb/sm7xxfb.c
@@
-768,7
+768,7
@@
static inline void sm7xx_init_hw(void)
outb_p(0x11, 0x3c5);
}
-static int
__devinit
smtcfb_pci_probe(struct pci_dev *pdev,
+static int smtcfb_pci_probe(struct pci_dev *pdev,
const struct pci_device_id *ent)
{
struct smtcfb_info *sfb;