aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/atmel_tclib.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2019-04-26 17:47:10 -0400
committerDaniel Lezcano <daniel.lezcano@linaro.org>2019-05-02 15:55:58 -0400
commitc2c9136b7096f0583117d7d0486600feec387865 (patch)
tree2525fd5966db144546edfaa99b55d46113b24b94 /drivers/misc/atmel_tclib.c
parent37dbf65c6a1fb7978ebc818c6fa9a4cf54ded2f9 (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/misc/atmel_tclib.c')
-rw-r--r--drivers/misc/atmel_tclib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/atmel_tclib.c b/drivers/misc/atmel_tclib.c
index ac24a4bd63f7..194f774ab3a1 100644
--- a/drivers/misc/atmel_tclib.c
+++ b/drivers/misc/atmel_tclib.c
@@ -1,4 +1,3 @@
1#include <linux/atmel_tc.h>
2#include <linux/clk.h> 1#include <linux/clk.h>
3#include <linux/err.h> 2#include <linux/err.h>
4#include <linux/init.h> 3#include <linux/init.h>
@@ -10,6 +9,7 @@
10#include <linux/slab.h> 9#include <linux/slab.h>
11#include <linux/export.h> 10#include <linux/export.h>
12#include <linux/of.h> 11#include <linux/of.h>
12#include <soc/at91/atmel_tcb.h>
13 13
14/* 14/*
15 * This is a thin library to solve the problem of how to portably allocate 15 * This is a thin library to solve the problem of how to portably allocate