Loading drivers/tty/hvc/hvcs.c +1 −1 Original line number Diff line number Diff line Loading @@ -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"}, { "", "" } }; Loading Loading
drivers/tty/hvc/hvcs.c +1 −1 Original line number Diff line number Diff line Loading @@ -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"}, { "", "" } }; Loading