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

tty: remove use of __devinitdata

CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 9671f099
...@@ -676,7 +676,7 @@ static int khvcsd(void *unused) ...@@ -676,7 +676,7 @@ static int khvcsd(void *unused)
return 0; return 0;
} }
static struct vio_device_id hvcs_driver_table[] __devinitdata= { static struct vio_device_id hvcs_driver_table[] = {
{"serial-server", "hvterm2"}, {"serial-server", "hvterm2"},
{ "", "" } { "", "" }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册