Skip to content

Commit

Permalink
clk: sunxi: Drop clk.h include
Browse files Browse the repository at this point in the history
This file is a clock provider, not a clk consumer. Drop the clk.h
include.

Cc: Jens Kuske <jenskuske@gmail.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Stephen Boyd authored and Maxime Ripard committed Jan 24, 2016
1 parent 92e963f commit 6f31ef2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clk/sunxi/clk-sun8i-bus-gates.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* GNU General Public License for more details.
*/

#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/of.h>
#include <linux/of_address.h>
Expand Down

0 comments on commit 6f31ef2

Please sign in to comment.