提交 abe118b4 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

staging: sm7xxfb: remove use of __devinit

CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 8cd3a48f
...@@ -768,7 +768,7 @@ static inline void sm7xx_init_hw(void) ...@@ -768,7 +768,7 @@ static inline void sm7xx_init_hw(void)
outb_p(0x11, 0x3c5); 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) const struct pci_device_id *ent)
{ {
struct smtcfb_info *sfb; struct smtcfb_info *sfb;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册