sound: soc: tegra-alt: Get rid of include of mach/clk.h

mach/clk.h just include the linux/clk/tegra.h and hence directly
include this header instead of via mach/clk.h.

bug 200259454

Change-Id: Iae9061f88ae47ddbc2985a2e8e4268a094c0dba3
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: http://git-master/r/1263982
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sharad Gupta <sharadg@nvidia.com>
Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
This commit is contained in:
Laxman Dewangan
2016-12-02 22:24:55 +05:30
committed by Sameer Pujar
parent fa52637ec3
commit dc94ff5770
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
#include <linux/pm_runtime.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#include <mach/clk.h>
#include <linux/clk/tegra.h>
#include <sound/soc.h>
#include <sound/pcm_params.h>

View File

@@ -28,7 +28,7 @@
#include <linux/slab.h>
#include <linux/tegra-soc.h>
#include <sound/soc.h>
#include <mach/clk.h>
#include <linux/clk/tegra.h>
#include "tegra210_xbar_alt.h"
/* TODO: remove DRV_NAME_T18X after registering properly */