[PATCH 20/21] ARM: MVEBU: Remove unneeded headers
Jason Cooper
jason at lakedaemon.net
Thu Feb 6 21:02:10 EST 2014
On Fri, Feb 07, 2014 at 12:42:16AM +0100, Andrew Lunn wrote:
> Remove headers which are no longer needed, and add a couple of missing
> onces.
>
> Signed-off-by: Andrew Lunn <andrew at lunn.ch>
> ---
> arch/arm/mach-mvebu/kirkwood.c | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
You could probably collapse this into the previous patch.
thx,
Jason.
> diff --git a/arch/arm/mach-mvebu/kirkwood.c b/arch/arm/mach-mvebu/kirkwood.c
> index 1df0c0b138d5..5d7fef04c36d 100644
> --- a/arch/arm/mach-mvebu/kirkwood.c
> +++ b/arch/arm/mach-mvebu/kirkwood.c
> @@ -13,18 +13,15 @@
> #include <linux/clk.h>
> #include <linux/kernel.h>
> #include <linux/init.h>
> +#include <linux/mbus.h>
> #include <linux/of.h>
> #include <linux/of_address.h>
> #include <linux/of_net.h>
> #include <linux/of_platform.h>
> -#include <linux/dma-mapping.h>
> -#include <linux/irqchip.h>
> -#include <linux/kexec.h>
> +#include <linux/slab.h>
> #include <asm/hardware/cache-feroceon-l2.h>
> #include <asm/mach/arch.h>
> #include <asm/mach/map.h>
> -#include <plat/common.h>
> -#include <plat/pcie.h>
> #include "kirkwood.h"
> #include "kirkwood-pm.h"
> #include "common.h"
> --
> 1.8.5.3
>
More information about the linux-arm-kernel
mailing list