Commit 89f6883c authored by Bill Pemberton's avatar Bill Pemberton Committed by 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: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3cf36aa9
......@@ -1695,7 +1695,7 @@ static int __init XGIfb_setup(char *options)
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)
{
u8 reg, reg1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment