Commit c2a6392a9d56faf34618651b21c210eb9be21c03

Con Kolivas 2013-04-08T22:29:32

Avalon driver is missing the drv_id.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/driver-avalon.c b/driver-avalon.c
index dd762b8..f1d8101 100644
--- a/driver-avalon.c
+++ b/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,