mirror of https://gitee.com/openkylin/linux.git
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:
parent
3cf36aa995
commit
89f6883c70
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue