aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/sunvdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/sunvdc.c')
-rw-r--r--drivers/block/sunvdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/sunvdc.c b/drivers/block/sunvdc.c
index 2288b55d916f..4ee3920b05cc 100644
--- a/drivers/block/sunvdc.c
+++ b/drivers/block/sunvdc.c
@@ -849,7 +849,7 @@ static struct vio_device_id vdc_port_match[] = {
849 }, 849 },
850 {}, 850 {},
851}; 851};
852MODULE_DEVICE_TABLE(vio, vdc_match); 852MODULE_DEVICE_TABLE(vio, vdc_port_match);
853 853
854static struct vio_driver vdc_port_driver = { 854static struct vio_driver vdc_port_driver = {
855 .id_table = vdc_port_match, 855 .id_table = vdc_port_match,