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

staging: xgifb: 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>
上级 3cf36aa9
...@@ -1695,7 +1695,7 @@ static int __init XGIfb_setup(char *options) ...@@ -1695,7 +1695,7 @@ static int __init XGIfb_setup(char *options)
return 0; return 0;
} }
static int __devinit xgifb_probe(struct pci_dev *pdev, static int xgifb_probe(struct pci_dev *pdev,
const struct pci_device_id *ent) const struct pci_device_id *ent)
{ {
u8 reg, reg1; u8 reg, reg1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册