From 4981c7da0d8e4a7c882f0665f8857cfd56e7b797 Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jogo@openwrt.org>
Date: Thu, 16 Jul 2015 11:15:02 +0000
Subject: brcm63xx: make use of dt-includes

Now that we have a dtc command that invokes the preprocessor, make use
of it and replace the magic numbers with KEY_* defines.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 46391
---
 target/linux/brcm63xx/dts/bcm96338GW.dts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'target/linux/brcm63xx/dts/bcm96338GW.dts')

diff --git a/target/linux/brcm63xx/dts/bcm96338GW.dts b/target/linux/brcm63xx/dts/bcm96338GW.dts
index d378df1..d7af9ef 100644
--- a/target/linux/brcm63xx/dts/bcm96338GW.dts
+++ b/target/linux/brcm63xx/dts/bcm96338GW.dts
@@ -1,6 +1,8 @@
 /dts-v1/;
 
-/include/ "bcm6338.dtsi"
+#include "bcm6338.dtsi"
+
+#include <dt-bindings/input/input.h>
 
 / {
 	model = "Broadcom BCM96338GW reference board";
-- 
cgit v1.1