summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/dev.h b/src/include/dev.h
index b5a2edda5..73a4ca65e 100644
--- a/src/include/dev.h
+++ b/src/include/dev.h
@@ -55,7 +55,7 @@ struct boot_driver {
};
#define BOOT_DRIVER( driver_name, probe_func ) \
- static struct boot_driver boot_driver \
+ static struct boot_driver boot_driver_ ## probe_func \
__attribute__ ((used,__section__(".boot_drivers"))) = { \
.name = driver_name, \
.probe = probe_func, \