Commit 8b2f6360 authored by Pankaj Dubey's avatar Pankaj Dubey Committed by Sylwester Nawrocki

clk: samsung: remove unnecessary inclusion of header files from clk.h

Let's remove unnecessary include of header files from clk.h and add
required one in clk.c
Signed-off-by: default avatarPankaj Dubey <pankaj.dubey@samsung.com>
[s.nawrocki@samsung.com: dropped removal of '#include <linux/syscore_ops.h>']
Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
parent 7882857e
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
* clock framework for Samsung platforms. * clock framework for Samsung platforms.
*/ */
#include <linux/of_address.h>
#include <linux/syscore_ops.h> #include <linux/syscore_ops.h>
#include "clk.h" #include "clk.h"
static LIST_HEAD(clock_reg_cache_list); static LIST_HEAD(clock_reg_cache_list);
......
...@@ -13,12 +13,8 @@ ...@@ -13,12 +13,8 @@
#ifndef __SAMSUNG_CLK_H #ifndef __SAMSUNG_CLK_H
#define __SAMSUNG_CLK_H #define __SAMSUNG_CLK_H
#include <linux/clk.h>
#include <linux/clkdev.h> #include <linux/clkdev.h>
#include <linux/io.h>
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include "clk-pll.h" #include "clk-pll.h"
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment