1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-24 05:24:23 +00:00

Avalon driver is missing the drv_id.

This commit is contained in:
Con Kolivas 2013-04-08 22:29:32 +10:00
parent 5c7a32fde8
commit c2a6392a9d

View File

@ -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,