summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm/board_bcm21664.c
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2014-04-21 16:53:08 -0500
committerMatt Porter <mporter@linaro.org>2014-04-25 08:51:36 -0400
commitd5c627b5751ed44c0eff6c12e658097edf6338de (patch)
tree8423802258e2e7c7efa1c7c91a17223e4694ca81 /arch/arm/mach-bcm/board_bcm21664.c
parent7b5fe9c9115c92b7e6297216c789268961a19f98 (diff)
ARM: bcm: tidy up a few includes
Clean up a few header file includes, eliminating a few that are not really needed and putting in their place some that are. Signed-off-by: Alex Elder <elder@linaro.org> Reviewed-by: Matt Porter <mporter@linaro.org> Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/mach-bcm/board_bcm21664.c')
-rw-r--r--arch/arm/mach-bcm/board_bcm21664.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-bcm/board_bcm21664.c b/arch/arm/mach-bcm/board_bcm21664.c
index acc1573fd005..1091637638f1 100644
--- a/arch/arm/mach-bcm/board_bcm21664.c
+++ b/arch/arm/mach-bcm/board_bcm21664.c
@@ -11,13 +11,12 @@
* GNU General Public License for more details.
*/
-#include <linux/clocksource.h>
#include <linux/of_address.h>
#include <linux/of_platform.h>
+#include <linux/io.h>
#include <asm/mach/arch.h>
-#include "bcm_kona_smc.h"
#include "kona.h"
#define RSTMGR_DT_STRING "brcm,bcm21664-resetmgr"