summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/board_r.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/board_r.c b/common/board_r.c
index b891c84462..f607ce780b 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -66,9 +66,7 @@
#include <linux/err.h>
#include <efi_loader.h>
#include <wdt.h>
-#if defined(CONFIG_GPIO_HOG)
-#include <asm/gpio.h>
-#endif
+#include <asm-generic/gpio.h>
#ifdef CONFIG_EFI_SETUP_EARLY
#include <efi_loader.h>
#endif