summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/modules.h')
-rw-r--r--mdk-stage1/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.h b/mdk-stage1/modules.h
index 1d48f71e3..3cd11e49e 100644
--- a/mdk-stage1/modules.h
+++ b/mdk-stage1/modules.h
@@ -27,7 +27,7 @@ enum return_type ask_insmod(enum driver_type);
int module_already_present(const char * name);
struct module_deps_elem {
- char * name;
+ char * modname;
char ** deps;
};