ARM: dts: bcm281xx: use #include for device tree files

Replace /include/ by #include for bcm281xx device tree
files, enabling use of the C preprocessor.

Signed-off-by: Matt Porter <matt.porter@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Christian Daudt <csd@broadcom.com>
This commit is contained in:
Matt Porter 2013-06-06 01:41:34 -04:00 committed by Christian Daudt
parent 317ddd256b
commit 743756530a
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
/dts-v1/;
/include/ "bcm11351.dtsi"
#include "bcm11351.dtsi"
/ {
model = "BCM11351 BRT board";

View file

@ -11,7 +11,7 @@
* GNU General Public License for more details.
*/
/include/ "skeleton.dtsi"
#include "skeleton.dtsi"
/ {
model = "BCM11351 SoC";