linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/4] clk: tegra: Fix includes required by fence_udelay()
@ 2018-07-09 12:17 Aapo Vienamo
  2018-07-09 12:17 ` [PATCH v3 2/4] clk: tegra: refactor 7.1 div calculation Aapo Vienamo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Aapo Vienamo @ 2018-07-09 12:17 UTC (permalink / raw)
  To: Peter De Schrijver
  Cc: Prashant Gaikwad, Michael Turquette, Stephen Boyd,
	Thierry Reding, Jonathan Hunter, linux-kernel, linux-clk,
	linux-tegra, Aapo Vienamo

Add the missing linux/delay.h include statement for udelay() used by
fence_udelay() macro.

Signed-off-by: Aapo Vienamo <avienamo@nvidia.com>
---
 drivers/clk/tegra/clk.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/tegra/clk.h b/drivers/clk/tegra/clk.h
index e1f8846..e3b9c22 100644
--- a/drivers/clk/tegra/clk.h
+++ b/drivers/clk/tegra/clk.h
@@ -19,6 +19,7 @@
 
 #include <linux/clk-provider.h>
 #include <linux/clkdev.h>
+#include <linux/delay.h>
 
 /**
  * struct tegra_clk_sync_source - external clock source from codec
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-09 15:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-09 12:17 [PATCH v3 1/4] clk: tegra: Fix includes required by fence_udelay() Aapo Vienamo
2018-07-09 12:17 ` [PATCH v3 2/4] clk: tegra: refactor 7.1 div calculation Aapo Vienamo
2018-07-09 12:17 ` [PATCH v3 3/4] clk: tegra: Add sdmmc mux divider clock Aapo Vienamo
2018-07-09 12:17 ` [PATCH v3 4/4] clk: tegra: make sdmmc2 and sdmmc4 as sdmmc clocks Aapo Vienamo
2018-07-09 15:02 ` [PATCH v3 1/4] clk: tegra: Fix includes required by fence_udelay() Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).