Skip to content

Commit

Permalink
clk: tegra: Fix includes required by fence_udelay()
Browse files Browse the repository at this point in the history
Add the missing linux/delay.h include statement for udelay() used by
fence_udelay() macro.

Signed-off-by: Aapo Vienamo <avienamo@nvidia.com>
Acked-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Aapo Vienamo authored and Stephen Boyd committed Jul 25, 2018
1 parent ce397d2 commit 0cbb61a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/tegra/clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cbb61a

Please sign in to comment.