aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/kirkwood.c
diff options
context:
space:
mode:
authorSimon Guinot <simon.guinot@sequanux.org>2015-09-26 23:02:36 +0200
committerJacek Anaszewski <j.anaszewski@samsung.com>2015-11-03 08:59:30 +0100
commitebc278f1575942d08ad3278b71cde99bd24eae63 (patch)
treecaa32af02d206ce7cd1cad216aaecc251882b962 /arch/arm/mach-mvebu/kirkwood.c
parentARM: Kirkwood: add LED DT entries for netxbig boards (diff)
downloadlinux-dev-ebc278f1575942d08ad3278b71cde99bd24eae63.tar.xz
linux-dev-ebc278f1575942d08ad3278b71cde99bd24eae63.zip
ARM: mvebu: remove static LED setup for netxbig boards
Since DT support is now available for the LEDs found on the LaCie netxbig boards (Kirkwood-based), then the old-fashion netxbig board setup file is no longer needed. This patch removes this file. Signed-off-by: Simon Guinot <simon.guinot@sequanux.org> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Diffstat (limited to 'arch/arm/mach-mvebu/kirkwood.c')
-rw-r--r--arch/arm/mach-mvebu/kirkwood.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-mvebu/kirkwood.c b/arch/arm/mach-mvebu/kirkwood.c
index 925f75f54268..f9d8e1ea7183 100644
--- a/arch/arm/mach-mvebu/kirkwood.c
+++ b/arch/arm/mach-mvebu/kirkwood.c
@@ -25,7 +25,6 @@
#include "kirkwood.h"
#include "kirkwood-pm.h"
#include "common.h"
-#include "board.h"
static struct resource kirkwood_cpufreq_resources[] = {
[0] = {
@@ -180,9 +179,6 @@ static void __init kirkwood_dt_init(void)
kirkwood_pm_init();
kirkwood_dt_eth_fixup();
- if (of_machine_is_compatible("lacie,netxbig"))
- netxbig_init();
-
of_platform_populate(NULL, of_default_bus_match_table, auxdata, NULL);
}