diff options
Diffstat (limited to 'src/devices/device_util.c')
-rw-r--r-- | src/devices/device_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/device_util.c b/src/devices/device_util.c index fdaa20d966..a57ea1f5ae 100644 --- a/src/devices/device_util.c +++ b/src/devices/device_util.c @@ -1,5 +1,5 @@ #include <console/console.h> -#include <device.h> +#include <device/device.h> /** * Given a bus and a devfn number, find the device structure |