Browse Source

Avalon driver is missing the drv_id.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
c2a6392a9d
  1. 1
      driver-avalon.c

1
driver-avalon.c

@ -995,6 +995,7 @@ static void avalon_shutdown(struct thr_info *thr) @@ -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,

Loading…
Cancel
Save