summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500-stuib.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-08-23 10:56:47 +0200
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 11:08:49 +0200
commit7585382ad5ca26134fffc860da9bfc1947895eb3 (patch)
treed342f58a97711a7ba60475f1bf375d80d15a7015 /arch/arm/mach-ux500/board-mop500-stuib.c
parentARM: ux500: Remove BU21013 ROHM TS support when booting with only ATAGs (diff)
downloadlinux-7585382ad5ca26134fffc860da9bfc1947895eb3.tar.xz
linux-7585382ad5ca26134fffc860da9bfc1947895eb3.zip
ARM: ux500: Take out STUIB support when not booting with Device Tree
It's time to remove all ATAG support from ux500 and rely solely on Device Tree booting. This patch is part of that endeavour. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-stuib.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500-stuib.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-stuib.c b/arch/arm/mach-ux500/board-mop500-stuib.c
deleted file mode 100644
index 7fa30217cc01..000000000000
--- a/arch/arm/mach-ux500/board-mop500-stuib.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (C) ST-Ericsson SA 2010
- *
- * License terms: GNU General Public License (GPL), version 2
- */
-
-#include <linux/kernel.h>
-#include <linux/init.h>
-
-#include "board-mop500.h"
-
-void __init mop500_stuib_init(void)
-{
-}