clk: rockchip: Properly include clk.h

Clock provider drivers generally shouldn't include clk.h because
it's the consumer API. Only include clk.h if it's actually used.

Cc: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Dieser Commit ist enthalten in:
Stephen Boyd
2015-06-19 15:00:46 -07:00
Ursprung 39482a1331
Commit f684ff8b67
5 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen

Datei anzeigen

@@ -13,6 +13,7 @@
* 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>