uio: 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> Cc: "Hans J. Koch" <hjk@hansjkoch.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
5a59509b47
commit
b17b75bb52
@@ -78,7 +78,7 @@ static void print_board_data(struct pci_dev *pdev, struct uio_info *i)
|
||||
ioread8(i->priv + 0x07));
|
||||
}
|
||||
|
||||
static int __devinit probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||
static int probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||
{
|
||||
struct uio_info *info;
|
||||
int ret;
|
||||
|
Reference in New Issue
Block a user