summaryrefslogtreecommitdiffstats
path: root/src/include/dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/dev.h')
-rw-r--r--src/include/dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/dev.h b/src/include/dev.h
index fa549deb2..535181aa0 100644
--- a/src/include/dev.h
+++ b/src/include/dev.h
@@ -5,7 +5,7 @@
#include "string.h"
#include "buffer.h"
#include "dhcp.h" /* for dhcp_dev_id */
-#include "tables.h"
+#include <gpxe/tables.h>
#include <assert.h>
/*
@@ -202,7 +202,7 @@ struct device_driver {
#define DRIVER(_name,_type_driver,_bus_driver,_bus_info, \
_probe,_disable) \
- static struct device_driver device_ ## _bus_info __device_driver = { \
+ struct device_driver device_ ## _bus_info __device_driver = { \
.name = _name, \
.type_driver = &_type_driver, \
.bus_driver = &_bus_driver, \