From: Shawn Guo Date: Sun, 7 Apr 2013 02:49:34 +0000 (+0800) Subject: ARM: imx: use #include for all device trees X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~69^2~1^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dffd8f49bc1364998db81bee739ea4574d88f7;p=pandora-kernel.git ARM: imx: use #include for all device trees Replace /include/ (dtc) with #include (C pre-processor) for all imx DT files, so that gcc -E handles the entire include tree, and hence any of those files can #include some other file e.g. for constant definitions. This allows future use of #defines and header files in order to define names for various constants, such as pinctrl settings. Use of those features will increase the readability of the device tree files. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed