diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-19 10:09:16 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-19 10:09:16 +0000 |
commit | 5123eabaff015cd496454f0d579c8ce55bd33044 (patch) | |
tree | 9d58402d6d30c8e78f4f3134521d76312e102c2c /target | |
parent | 8a6f71a99564363553cb488e6cd1c6707d529216 (diff) | |
download | master-187ad058-5123eabaff015cd496454f0d579c8ce55bd33044.tar.gz master-187ad058-5123eabaff015cd496454f0d579c8ce55bd33044.tar.bz2 master-187ad058-5123eabaff015cd496454f0d579c8ce55bd33044.zip |
oxnas: fix duplicate include in clk-oxnas
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47215 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/oxnas/files/drivers/clk/clk-oxnas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/oxnas/files/drivers/clk/clk-oxnas.c b/target/linux/oxnas/files/drivers/clk/clk-oxnas.c index 00d0f7afe0..4dc6c44992 100644 --- a/target/linux/oxnas/files/drivers/clk/clk-oxnas.c +++ b/target/linux/oxnas/files/drivers/clk/clk-oxnas.c @@ -15,7 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <linux/clk-provider.h> +#include <linux/clk.h> #include <linux/clkdev.h> #include <linux/clk-provider.h> #include <linux/of.h> |