Browse Source

Avalon driver is missing the drv_id.

Con Kolivas 13 years ago
parent
commit
c2a6392a9d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-avalon.c

+ 1 - 0
driver-avalon.c

@@ -995,6 +995,7 @@ static void avalon_shutdown(struct thr_info *thr)
 }
 
 struct device_drv avalon_drv = {
+	.drv_id = DRIVER_AVALON,
 	.dname = "avalon",
 	.name = "AVA",
 	.drv_detect = avalon_detect,