summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-09-29 12:58:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-01 08:12:43 +0200
commit91be45ce27558bcad11376e8c5904529b085fec5 (patch)
treea8a32d2306fd408f7ce3baff535be65119443b3d /include
parentf88471a0de2687342ed33d9e36799e18d5912727 (diff)
downloadbarebox-91be45ce27558bcad11376e8c5904529b085fec5.tar.gz
barebox-91be45ce27558bcad11376e8c5904529b085fec5.tar.xz
include: asm-generic: bitio.h don't include <asm-generic/io.h> directly
<asm-generic/io.h> is not meant for direct inclusion. It provides defaults for each arch's <asm/io.h> to fall back to. Use <asm/io.h> instead. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/asm-generic/bitio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/bitio.h b/include/asm-generic/bitio.h
index e88dbd7b85..99b85da59c 100644
--- a/include/asm-generic/bitio.h
+++ b/include/asm-generic/bitio.h
@@ -3,7 +3,7 @@
#ifndef __ASM_GENERIC_BITIO_H
#define __ASM_GENERIC_BITIO_H
-#include <asm-generic/io.h>
+#include <asm/io.h>
/*
* Clear and set bits in one shot. These macros can be used to clear and