summaryrefslogtreecommitdiffstats
path: root/commands/detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/detect.c')
-rw-r--r--commands/detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/detect.c b/commands/detect.c
index 70eca57537..ad1745adce 100644
--- a/commands/detect.c
+++ b/commands/detect.c
@@ -12,7 +12,7 @@
static int do_detect(int argc, char *argv[])
{
- struct device_d *dev;
+ struct device *dev;
int opt, i, ret, err;
int option_list = 0;
int option_all = 0;