summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-11-22 09:47:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-25 08:43:59 +0100
commit09e48b3d17468d15e89f023c5086f0d9425a3003 (patch)
tree8eace6ae2a465fd470039afda8955e33fcd710cf /drivers/clocksource
parent7042af0a9828c61ee813cb29f548c2a471fd2108 (diff)
downloadbarebox-09e48b3d17468d15e89f023c5086f0d9425a3003.tar.gz
barebox-09e48b3d17468d15e89f023c5086f0d9425a3003.tar.xz
efi: rename <efi/efi.h> to <efi/efi-payload.h>
The split between <efi.h> and <efi/efi.h> is confusing: The former contains universal definitions, while the latter contains barebox utilities on top. To make the distinction clear, rename <efi/efi.h> to <efi/efi-payload.h> as it's used for EFI payloads. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20211122084732.2597109-14-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r--drivers/clocksource/efi.c2
-rw-r--r--drivers/clocksource/efi_x86.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clocksource/efi.c b/drivers/clocksource/efi.c
index 10f75c033e..924ab1c346 100644
--- a/drivers/clocksource/efi.c
+++ b/drivers/clocksource/efi.c
@@ -7,7 +7,7 @@
#include <driver.h>
#include <clock.h>
#include <efi.h>
-#include <efi/efi.h>
+#include <efi/efi-payload.h>
#include <efi/efi-device.h>
#include <linux/err.h>
diff --git a/drivers/clocksource/efi_x86.c b/drivers/clocksource/efi_x86.c
index c79862fb99..75163d6e47 100644
--- a/drivers/clocksource/efi_x86.c
+++ b/drivers/clocksource/efi_x86.c
@@ -3,7 +3,7 @@
#include <init.h>
#include <driver.h>
#include <efi.h>
-#include <efi/efi.h>
+#include <efi/efi-payload.h>
#include <clock.h>
#ifdef __x86_64__