staging: xgifb: remove use of __devinit

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>
This commit is contained in:
Bill Pemberton 2012-11-19 13:21:52 -05:00 committed by Greg Kroah-Hartman
parent 3cf36aa995
commit 89f6883c70
1 changed files with 1 additions and 1 deletions

View File

@ -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;