diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-06 22:27:40 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-17 12:35:31 +0800 |
commit | ab9aad57f1fdfaefce1b34b69e069be51d5aa42b (patch) | |
tree | d9605ddf6f8e22c945362f90718e0b948b67ee6f /arch/arm/mach-mxs/module-tx28.h | |
parent | 44ffb78fe03e1302dacbc681027ca611f7fcf4c2 (diff) | |
download | linux-rt-ab9aad57f1fdfaefce1b34b69e069be51d5aa42b.tar.gz |
ARM: mxs: remove board files
Since DT kernel provides the equivalent support with those board
files, we can remove them now.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Lothar Waßmann <LW@KARO-electronics.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Diffstat (limited to 'arch/arm/mach-mxs/module-tx28.h')
-rw-r--r-- | arch/arm/mach-mxs/module-tx28.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-mxs/module-tx28.h b/arch/arm/mach-mxs/module-tx28.h deleted file mode 100644 index 8ed425457d30..000000000000 --- a/arch/arm/mach-mxs/module-tx28.h +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Copyright (C) 2010 Pengutronix - * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU General Public License version 2 as published by the - * Free Software Foundation. - */ -int __init tx28_add_fec0(void); -int __init tx28_add_fec1(void); |