From: Bill Pemberton Date: Mon, 19 Nov 2012 18:26:53 +0000 (-0500) Subject: staging: vt6655: remove use of __devexit X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f4e1b7c830f813884679dc63bed3a708d0f5653e;p=deliverable%2Flinux.git staging: vt6655: remove use of __devexit CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c index 4e40bc9348d4..453c83d7fe8c 100644 --- a/drivers/staging/vt6655/device_main.c +++ b/drivers/staging/vt6655/device_main.c @@ -356,7 +356,7 @@ static char* get_chip_name(int chip_id) return chip_info_table[i].name; } -static void __devexit vt6655_remove(struct pci_dev *pcid) +static void vt6655_remove(struct pci_dev *pcid) { PSDevice pDevice = pci_get_drvdata(pcid);