commit | 49a64ac555f1dabd2b94325553187d0db6ecac16 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu Mar 21 08:08:46 2013 +0000 |
committer | Wolfram Sang <wsa@the-dreams.de> | Sun Mar 24 10:30:55 2013 +0100 |
tree | 460fbc0d904e8169e01c95480e22e9dca41fb03a | |
parent | fe69c555ef4df4f3c7bc704bc1858c174832a069 [diff] |
i2c: tegra: assume CONFIG_OF, remove platform data Tegra only supports, and always enables, device tree. Remove all ifdefs and runtime checks for DT support from the driver. Platform data is therefore no longer required. Delete the header that defines it. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>