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 коммит произвёл Greg Kroah-Hartman
Родитель 3cf36aa995
Коммит 89f6883c70
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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