diff options
Diffstat (limited to 'drivers/tty/hvc/hvcs.c')
| -rw-r--r-- | drivers/tty/hvc/hvcs.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/tty/hvc/hvcs.c b/drivers/tty/hvc/hvcs.c index d23759183b4..3436436fe2d 100644 --- a/drivers/tty/hvc/hvcs.c +++ b/drivers/tty/hvc/hvcs.c @@ -879,10 +879,7 @@ static struct vio_driver hvcs_vio_driver = {  	.id_table	= hvcs_driver_table,  	.probe		= hvcs_probe,  	.remove		= __devexit_p(hvcs_remove), -	.driver		= { -		.name	= hvcs_driver_name, -		.owner	= THIS_MODULE, -	} +	.name		= hvcs_driver_name,  };  /* Only called from hvcs_get_pi please */  |