提交 fd8413a2 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

staging: lirc: remove use of __devinit

CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: linux-media@vger.kernel.org
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 01f6f49b
......@@ -583,7 +583,7 @@ static struct lirc_driver driver = {
static struct platform_device *lirc_parallel_dev;
static int __devinit lirc_parallel_probe(struct platform_device *dev)
static int lirc_parallel_probe(struct platform_device *dev)
{
return 0;
}
......
......@@ -841,7 +841,7 @@ static int hardware_init_port(void)
return 0;
}
static int __devinit lirc_serial_probe(struct platform_device *dev)
static int lirc_serial_probe(struct platform_device *dev)
{
int i, nlow, nhigh, result;
......
......@@ -1218,7 +1218,7 @@ static int init_lirc_sir(void)
return 0;
}
static int __devinit lirc_sir_probe(struct platform_device *dev)
static int lirc_sir_probe(struct platform_device *dev)
{
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册