diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-07-03 08:54:25 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-08-25 10:27:52 -0400 |
commit | f55df0d654e10ad49e0e7edaeef02fa00e084d94 (patch) | |
tree | 484db0ba66469eb702282452cc940c9c18cf3f37 /arch/arm/mach-at91/board-sam9260ek.c | |
parent | 351a4ffea259a11deebe0eb169c46ccbfc3abd36 (diff) |
ARM: at91: Remove rstc and shdwc headers
These headers used to provide an "API" to access the rstc and shdwc registers.
Now that no-one uses this API anymore, we can safely remove those.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/board-sam9260ek.c')
-rw-r--r-- | arch/arm/mach-at91/board-sam9260ek.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/board-sam9260ek.c b/arch/arm/mach-at91/board-sam9260ek.c index da9c5f1f2c49..18f49c93f3f3 100644 --- a/arch/arm/mach-at91/board-sam9260ek.c +++ b/arch/arm/mach-at91/board-sam9260ek.c | |||
@@ -45,7 +45,6 @@ | |||
45 | #include <mach/system_rev.h> | 45 | #include <mach/system_rev.h> |
46 | 46 | ||
47 | #include "at91_aic.h" | 47 | #include "at91_aic.h" |
48 | #include "at91_shdwc.h" | ||
49 | #include "board.h" | 48 | #include "board.h" |
50 | #include "sam9_smc.h" | 49 | #include "sam9_smc.h" |
51 | #include "generic.h" | 50 | #include "generic.h" |