summaryrefslogtreecommitdiffstats
path: root/drivers/video/tegra/dc/dp.c
diff options
context:
space:
mode:
authorShardar Shariff Md <smohammed@nvidia.com>2017-01-19 14:22:47 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-20 11:24:01 -0500
commitf7c29f9f4bb4934d7c68961803c72126bc68bd1d (patch)
tree1ec5dc891f0e42045b84d830dc4002e95b5f947c /drivers/video/tegra/dc/dp.c
parenteb2ddca4818ac1da25a2762b0169a6fff37adbbf (diff)
video: dc: use soc/tegra/chip-id.h for soc header
The soc tegra headers are unified and moved all the content of linux/tegra-soc.h to the soc/tegra/chip-id.h to have the single soc header for Tegra. Change-Id: I5ce4614fbf02e300b1dfefae8e043f435fa3deb0 Signed-off-by: Shardar Shariff Md <smohammed@nvidia.com> Reviewed-on: http://git-master/r/1288274 Reviewed-by: Venu Byravarasu <vbyravarasu@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/dc/dp.c')
-rw-r--r--drivers/video/tegra/dc/dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tegra/dc/dp.c b/drivers/video/tegra/dc/dp.c
index 606cc63f1..ae20dd86c 100644
--- a/drivers/video/tegra/dc/dp.c
+++ b/drivers/video/tegra/dc/dp.c
@@ -21,7 +21,7 @@
21#include <linux/interrupt.h> 21#include <linux/interrupt.h>
22#include <linux/seq_file.h> 22#include <linux/seq_file.h>
23#include <linux/debugfs.h> 23#include <linux/debugfs.h>
24#include <linux/tegra-soc.h> 24#include <soc/tegra/chip-id.h>
25#include <linux/clk/tegra.h> 25#include <linux/clk/tegra.h>
26#include <linux/moduleparam.h> 26#include <linux/moduleparam.h>
27#include <linux/of.h> 27#include <linux/of.h>