diff options
author | Olof Johansson <olof@lixom.net> | 2012-11-26 01:27:27 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-26 01:27:31 -0800 |
commit | 61da823ab9f1e554da58f1c9f75931829582ad4f (patch) | |
tree | bb55b966f3da3de6ff0ccad70fca3dc16c35786d /arch/arm/mach-kirkwood/board-dockstar.c | |
parent | 0dfeada90989833d0144b4df25d2b9ce3746624f (diff) | |
parent | 52cfa7e54b480661e20dfd8788a24cfcba8a0ca5 (diff) |
Merge branch 'orion/dt' into next/dt
Merge in orion's cleanup branch together with the DT contents. Ideally
the cleanup branch should have been the base for the DT branch to avoid
these, but that was missed when first merging. So we're doing it now to
reduce the amount of silly conflicts due to internal tree organization.
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-dockstar.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-dockstar.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-kirkwood/board-dockstar.c b/arch/arm/mach-kirkwood/board-dockstar.c index 726cfc4b892..d7196db3398 100644 --- a/arch/arm/mach-kirkwood/board-dockstar.c +++ b/arch/arm/mach-kirkwood/board-dockstar.c @@ -16,20 +16,7 @@ #include <linux/kernel.h> #include <linux/init.h> -#include <linux/platform_device.h> -#include <linux/ata_platform.h> #include <linux/mv643xx_eth.h> -#include <linux/of.h> -#include <linux/of_address.h> -#include <linux/of_fdt.h> -#include <linux/of_irq.h> -#include <linux/of_platform.h> -#include <asm/mach-types.h> -#include <asm/mach/arch.h> -#include <asm/mach/map.h> -#include <mach/kirkwood.h> -#include <mach/bridge-regs.h> -#include <linux/platform_data/mmc-mvsdio.h> #include "common.h" static struct mv643xx_eth_platform_data dockstar_ge00_data = { |