watchdog: 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: Wim Van Sebroeck <wim@iguana.be> Cc: Wan ZongShun <mcuos.com@gmail.com> Cc: Ben Dooks <ben-linux@fluff.org> Cc: Kukjin Kim <kgene.kim@samsung.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

父節點
82268714bd
當前提交
2d991a164a
@@ -302,7 +302,7 @@ MODULE_DEVICE_TABLE(pci, tco_pci_tbl);
|
||||
* Init & exit routines
|
||||
*/
|
||||
|
||||
static unsigned char __devinit nv_tco_getdevice(void)
|
||||
static unsigned char nv_tco_getdevice(void)
|
||||
{
|
||||
struct pci_dev *dev = NULL;
|
||||
u32 val;
|
||||
@@ -376,7 +376,7 @@ out:
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int __devinit nv_tco_init(struct platform_device *dev)
|
||||
static int nv_tco_init(struct platform_device *dev)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
Reference in New Issue
Block a user