summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/xload-mmc.c
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-08-05 10:21:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-08-08 14:45:05 +0200
commitf905cd88f916a638f4b7acefc687dab92135adb2 (patch)
tree745da007cdbe64733a5a922c108d9f7569a84d17 /arch/arm/mach-at91/xload-mmc.c
parent47d6b05305e5b899c1e0fb7d0a8ecd3be2e6a07e (diff)
downloadbarebox-f905cd88f916a638f4b7acefc687dab92135adb2.tar.gz
barebox-f905cd88f916a638f4b7acefc687dab92135adb2.tar.xz
pbl: factor out pbl_bio API into pbl/bio.h
We'll be adding more PBL driver interface definitions into include/pbl, so move the block I/O stuff there as well. No functional change. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220805082137.2202560-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-at91/xload-mmc.c')
-rw-r--r--arch/arm/mach-at91/xload-mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/xload-mmc.c b/arch/arm/mach-at91/xload-mmc.c
index 28d122f0a3..33e5b203fe 100644
--- a/arch/arm/mach-at91/xload-mmc.c
+++ b/arch/arm/mach-at91/xload-mmc.c
@@ -9,7 +9,7 @@
#include <mach/gpio.h>
#include <linux/sizes.h>
#include <asm/cache.h>
-#include <pbl.h>
+#include <pbl/bio.h>
static void at91_fat_start_image(struct pbl_bio *bio,
void *buf, unsigned int len,