platform: tegra: mc: Centralize header files

Place all header files under linux/platform/tegra/. Also update
all source files that include the moved headers to correctly
reflect their new location.

Change-Id: Iff5738d3ad75e93519d1a4b573b80d03e6a9b053
Signed-off-by: Alex Waterman <alexw@nvidia.com>
Reviewed-on: http://git-master/r/728636
Reviewed-by: Krishna Reddy <vdumpa@nvidia.com>
Tested-by: Krishna Reddy <vdumpa@nvidia.com>
Reviewed-on: http://git-master/r/733651
Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com>
Tested-by: Alexander Van Brunt <avanbrunt@nvidia.com>
This commit is contained in:
Alex Waterman
2015-04-07 11:44:30 -07:00
committed by Alexander Van Brunt
parent 586bc05700
commit 6e1dfd0131

View File

@@ -28,7 +28,8 @@
#include <linux/platform/tegra/dvfs.h>
#include <linux/platform/tegra/common.h>
#include <linux/clk/tegra.h>
#include <mach/tegra_emc.h>
#include <linux/platform/tegra/tegra_emc.h>
#include "gk20a.h"
#include "hal_gk20a.h"