aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk/tegra.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-06-19 18:00:46 -0400
committerStephen Boyd <sboyd@codeaurora.org>2015-07-20 14:11:17 -0400
commit584ac4e935a1f905d67c8fa3fbe8e32d384721f1 (patch)
tree5bd2cb4fbac96743fcb0b5d02f9eaf3ec1e99803 /include/linux/clk/tegra.h
parentc302e1e28078fbb31e179c48d9a990fb0e9334e4 (diff)
clk: tegra: Properly include clk.h
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Only include clk.h in files that are using it. Also add in a clkdev.h include that was missing in a file using clkdev APIs. Cc: Peter De Schrijver <pdeschrijver@nvidia.com> Cc: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/linux/clk/tegra.h')
-rw-r--r--include/linux/clk/tegra.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/clk/tegra.h b/include/linux/clk/tegra.h
index 19c4208f4752..57bf7aab4516 100644
--- a/include/linux/clk/tegra.h
+++ b/include/linux/clk/tegra.h
@@ -17,7 +17,8 @@
17#ifndef __LINUX_CLK_TEGRA_H_ 17#ifndef __LINUX_CLK_TEGRA_H_
18#define __LINUX_CLK_TEGRA_H_ 18#define __LINUX_CLK_TEGRA_H_
19 19
20#include <linux/clk.h> 20#include <linux/types.h>
21#include <linux/bug.h>
21 22
22/* 23/*
23 * Tegra CPU clock and reset control ops 24 * Tegra CPU clock and reset control ops