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>
This commit is contained in:
parent
9671f09921
commit
6b1cb93050
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||||
{ "", "" }
|
{ "", "" }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue