This patch remove unused and sort remaining headers. Signed-off-by: Vitaly Andrianov <vitalya@xxxxxx> --- arch/arm/mach-keystone/keystone.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c index 0662087..4534c7d 100644 --- a/arch/arm/mach-keystone/keystone.c +++ b/arch/arm/mach-keystone/keystone.c @@ -10,18 +10,15 @@ * version 2, as published by the Free Software Foundation. */ #include <linux/io.h> -#include <linux/of.h> -#include <linux/init.h> -#include <linux/of_platform.h> -#include <linux/of_address.h> #include <linux/memblock.h> +#include <linux/of_platform.h> -#include <asm/setup.h> -#include <asm/mach/map.h> #include <asm/mach/arch.h> +#include <asm/mach/map.h> #include <asm/mach/time.h> -#include <asm/smp_plat.h> #include <asm/memory.h> +#include <asm/setup.h> +#include <asm/smp_plat.h> #include "memory.h" -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html