diff mbox

[1/2] ARM: kirkwood: cleanup lsxl board includes

Message ID 1350776094-16778-1-git-send-email-michael@walle.cc (mailing list archive)
State New, archived
Headers show

Commit Message

Michael Walle Oct. 20, 2012, 11:34 p.m. UTC
Remove unneeded includes. These are leftovers from platform device
registrations.

Signed-off-by: Michael Walle <michael@walle.cc>
---
 arch/arm/mach-kirkwood/board-lsxl.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

Comments

Jason Cooper Oct. 22, 2012, 3:06 a.m. UTC | #1
On Sun, Oct 21, 2012 at 01:34:53AM +0200, Michael Walle wrote:
> Remove unneeded includes. These are leftovers from platform device
> registrations.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
>  arch/arm/mach-kirkwood/board-lsxl.c |    8 --------
>  1 files changed, 0 insertions(+), 8 deletions(-)

Applied to:

git://git.infradead.org/users/jcooper/linux.git kirkwood/cleanup

thx,

Jason.
diff mbox

Patch

diff --git a/arch/arm/mach-kirkwood/board-lsxl.c b/arch/arm/mach-kirkwood/board-lsxl.c
index 83d8975..64e5cc6 100644
--- a/arch/arm/mach-kirkwood/board-lsxl.c
+++ b/arch/arm/mach-kirkwood/board-lsxl.c
@@ -14,17 +14,9 @@ 
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/platform_device.h>
-#include <linux/mtd/partitions.h>
-#include <linux/ata_platform.h>
-#include <linux/spi/flash.h>
-#include <linux/spi/spi.h>
 #include <linux/mv643xx_eth.h>
 #include <linux/gpio.h>
 #include <linux/gpio-fan.h>
-#include <linux/input.h>
-#include <asm/mach-types.h>
-#include <asm/mach/arch.h>
-#include <mach/kirkwood.h>
 #include "common.h"
 #include "mpp.h"