summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/via/global.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2018-05-15 12:41:10 +0200
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2018-05-15 12:41:10 +0200
commit598041f39f3b2c0327a44d8289d27bac35fe7b6a (patch)
treed5629f8452e6272ab3e586a097ebce7c7476a3ea /drivers/video/fbdev/via/global.h
parent187a60358a90125e97671e6e4e5a1e412667bdab (diff)
video: fbdev: via: allow COMPILE_TEST build
This patch allows viafb driver to be build on !X86 archs using COMPILE_TEST config option. Since via-camera driver (VIDEO_VIA_CAMERA) depends on viafb it also needs a little fixup. Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'drivers/video/fbdev/via/global.h')
-rw-r--r--drivers/video/fbdev/via/global.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/fbdev/via/global.h b/drivers/video/fbdev/via/global.h
index 275dbbbd6b81..649d2ca5516e 100644
--- a/drivers/video/fbdev/via/global.h
+++ b/drivers/video/fbdev/via/global.h
@@ -33,6 +33,12 @@
#include <linux/console.h>
#include <linux/timer.h>
+#ifdef CONFIG_X86
+#include <asm/olpc.h>
+#else
+#define machine_is_olpc(x) 0
+#endif
+
#include "debug.h"
#include "viafbdev.h"