ARM: tegra: use #include for all device trees
authorStephen Warren <swarren@nvidia.com>
Wed, 17 Oct 2012 22:38:21 +0000 (16:38 -0600)
committerStephen Warren <swarren@nvidia.com>
Tue, 28 May 2013 22:13:49 +0000 (16:13 -0600)
Replace /include/ (dtc) with #include (C pre-processor) for all Tegra 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 the IDs and flags in GPIO
specifiers. Use of those features will increase the readability of the
device tree files.

Signed-off-by: Stephen Warren <swarren@nvidia.com>

No differences found