[PATCH] Make MODULE_DEVICE_TABLE work for vio devices
Make MODULE_DEVICE_TABLE work for vio devices. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
71d276d751
commit
fb120da678
@@ -527,7 +527,7 @@ static int khvcsd(void *unused)
|
||||
|
||||
static struct vio_device_id hvcs_driver_table[] __devinitdata= {
|
||||
{"serial-server", "hvterm2"},
|
||||
{ NULL, }
|
||||
{ "", "" }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(vio, hvcs_driver_table);
|
||||
|
||||
|
Reference in New Issue
Block a user