Commit c2c9136b authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Daniel Lezcano

ARM: at91: move SoC specific definitions to SoC folder

Move linux/atmel_tc.h to the SoC specific folder include/soc/at91.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: default avatarThierry Reding <thierry.reding@gmail.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 37dbf65c
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/syscore_ops.h> #include <linux/syscore_ops.h>
#include <linux/atmel_tc.h> #include <soc/at91/atmel_tcb.h>
/* /*
......
#include <linux/atmel_tc.h>
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/init.h> #include <linux/init.h>
...@@ -10,6 +9,7 @@ ...@@ -10,6 +9,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h> #include <linux/export.h>
#include <linux/of.h> #include <linux/of.h>
#include <soc/at91/atmel_tcb.h>
/* /*
* This is a thin library to solve the problem of how to portably allocate * This is a thin library to solve the problem of how to portably allocate
......
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
#include <linux/ioport.h> #include <linux/ioport.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/atmel_tc.h>
#include <linux/pwm.h> #include <linux/pwm.h>
#include <linux/of_device.h> #include <linux/of_device.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <soc/at91/atmel_tcb.h>
#define NPWM 6 #define NPWM 6
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
* (at your option) any later version. * (at your option) any later version.
*/ */
#ifndef ATMEL_TC_H #ifndef __SOC_ATMEL_TCB_H
#define ATMEL_TC_H #define __SOC_ATMEL_TCB_H
#include <linux/compiler.h> #include <linux/compiler.h>
#include <linux/list.h> #include <linux/list.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