瀏覽代碼

tty: remove use of __devinitdata

CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Bill Pemberton 13 年之前
父節點
當前提交
6b1cb93050
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/tty/hvc/hvcs.c

+ 1 - 1
drivers/tty/hvc/hvcs.c

@@ -676,7 +676,7 @@ static int khvcsd(void *unused)
 	return 0;
 }
 
-static struct vio_device_id hvcs_driver_table[] __devinitdata= {
+static struct vio_device_id hvcs_driver_table[] = {
 	{"serial-server", "hvterm2"},
 	{ "", "" }
 };