aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mvebu/board.h')
-rw-r--r--arch/arm/mach-mvebu/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/board.h b/arch/arm/mach-mvebu/board.h
index 9c7bb4386f8b..98e32cc2ef3d 100644
--- a/arch/arm/mach-mvebu/board.h
+++ b/arch/arm/mach-mvebu/board.h
@@ -13,4 +13,9 @@
#ifndef __ARCH_MVEBU_BOARD_H
#define __ARCH_MVEBU_BOARD_H
+#ifdef CONFIG_MACH_NETXBIG
+void netxbig_init(void);
+#else
+static inline void netxbig_init(void) {};
+#endif
#endif