From c2a6392a9d56faf34618651b21c210eb9be21c03 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 8 Apr 2013 22:29:32 +1000 Subject: [PATCH] Avalon driver is missing the drv_id. --- driver-avalon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver-avalon.c b/driver-avalon.c index dd762b86..f1d81016 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,