summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2017-02-15 20:34:11 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-02-24 08:21:33 +0100
commit3858b78c1bea4d8b6aca73348edd48cbe59a428e (patch)
treed575f91e5d75c244d08b7196bc9b5445ab7543e0 /drivers/clocksource
parent5596f405ff03cd5de12ad592a6d696e112fed0c1 (diff)
downloadbarebox-3858b78c1bea4d8b6aca73348edd48cbe59a428e.tar.gz
barebox-3858b78c1bea4d8b6aca73348edd48cbe59a428e.tar.xz
efi: move bus driver to driver/efi
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r--drivers/clocksource/efi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/efi.c b/drivers/clocksource/efi.c
index c92c35b112..59fd9918a1 100644
--- a/drivers/clocksource/efi.c
+++ b/drivers/clocksource/efi.c
@@ -1,6 +1,6 @@
#include <common.h>
#include <efi.h>
-#include <mach/efi.h>
+#include <efi/efi.h>
#include <clock.h>
#ifdef __x86_64__