diff options
author | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-04 03:56:20 -0400 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2015-03-18 15:06:05 -0400 |
commit | ded8afa93752274617004753656c0bd06a11ea13 (patch) | |
tree | 5d36928a31818fab715f7a4ccff1b0e5e5d6a563 /drivers/video/tegra/dc/dsi.c | |
parent | 884d58ccd13ea6bfc29f964e45fae41f929c36fa (diff) |
ARM: tegra: Move platform detect from <mach/hardware.h> to <linux/tegra-soc.h>
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Change-Id: I13f3ff891510d2c868f609d507149b32183d34c5
Diffstat (limited to 'drivers/video/tegra/dc/dsi.c')
-rw-r--r-- | drivers/video/tegra/dc/dsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tegra/dc/dsi.c b/drivers/video/tegra/dc/dsi.c index 621d45e88..9c47fb671 100644 --- a/drivers/video/tegra/dc/dsi.c +++ b/drivers/video/tegra/dc/dsi.c | |||
@@ -35,11 +35,11 @@ | |||
35 | #include <linux/regulator/consumer.h> | 35 | #include <linux/regulator/consumer.h> |
36 | #include <linux/pm_runtime.h> | 36 | #include <linux/pm_runtime.h> |
37 | #include <linux/clk/tegra.h> | 37 | #include <linux/clk/tegra.h> |
38 | #include <linux/tegra-soc.h> | ||
38 | 39 | ||
39 | #include <mach/dc.h> | 40 | #include <mach/dc.h> |
40 | #include <mach/fb.h> | 41 | #include <mach/fb.h> |
41 | #include <mach/csi.h> | 42 | #include <mach/csi.h> |
42 | #include <mach/hardware.h> | ||
43 | #include <linux/nvhost.h> | 43 | #include <linux/nvhost.h> |
44 | 44 | ||
45 | #include "dc_reg.h" | 45 | #include "dc_reg.h" |