diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-04-26 17:47:10 -0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2019-05-02 15:55:58 -0400 |
commit | c2c9136b7096f0583117d7d0486600feec387865 (patch) | |
tree | 2525fd5966db144546edfaa99b55d46113b24b94 /drivers/pwm/pwm-atmel-tcb.c | |
parent | 37dbf65c6a1fb7978ebc818c6fa9a4cf54ded2f9 (diff) |
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: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Thierry Reding <thierry.reding@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/pwm/pwm-atmel-tcb.c')
-rw-r--r-- | drivers/pwm/pwm-atmel-tcb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-atmel-tcb.c b/drivers/pwm/pwm-atmel-tcb.c index 0d0f8376bc35..7da1fdb4d269 100644 --- a/drivers/pwm/pwm-atmel-tcb.c +++ b/drivers/pwm/pwm-atmel-tcb.c | |||
@@ -17,10 +17,10 @@ | |||
17 | #include <linux/ioport.h> | 17 | #include <linux/ioport.h> |
18 | #include <linux/io.h> | 18 | #include <linux/io.h> |
19 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
20 | #include <linux/atmel_tc.h> | ||
21 | #include <linux/pwm.h> | 20 | #include <linux/pwm.h> |
22 | #include <linux/of_device.h> | 21 | #include <linux/of_device.h> |
23 | #include <linux/slab.h> | 22 | #include <linux/slab.h> |
23 | #include <soc/at91/atmel_tcb.h> | ||
24 | 24 | ||
25 | #define NPWM 6 | 25 | #define NPWM 6 |
26 | 26 | ||