diff options
author | Alex Elder <elder@linaro.org> | 2014-04-21 16:53:08 -0500 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-04-25 08:51:36 -0400 |
commit | d5c627b5751ed44c0eff6c12e658097edf6338de (patch) | |
tree | 8423802258e2e7c7efa1c7c91a17223e4694ca81 /arch/arm/mach-bcm/board_bcm21664.c | |
parent | 7b5fe9c9115c92b7e6297216c789268961a19f98 (diff) | |
download | blackbird-op-linux-d5c627b5751ed44c0eff6c12e658097edf6338de.tar.gz blackbird-op-linux-d5c627b5751ed44c0eff6c12e658097edf6338de.zip |
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.c | 3 |
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" |