From 1cb59f9f79f4ed89845f6f8bebf0273442e1ccd5 Mon Sep 17 00:00:00 2001 From: Lothar Waßmann Date: Fri, 10 Dec 2010 16:22:47 +0100 Subject: ARM: mxs: Initial support for Ka-Ro TX28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on code created by Lothar Waßmann, Sascha Hauer, Wolfram Sang and me. Signed-off-by: Lothar Waßmann Signed-off-by: Sascha Hauer Signed-off-by: Wolfram Sang Signed-off-by: Uwe Kleine-König --- arch/arm/mach-mxs/module-tx28.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch/arm/mach-mxs/module-tx28.h (limited to 'arch/arm/mach-mxs/module-tx28.h') diff --git a/arch/arm/mach-mxs/module-tx28.h b/arch/arm/mach-mxs/module-tx28.h new file mode 100644 index 00000000000..df9e1b6e81b --- /dev/null +++ b/arch/arm/mach-mxs/module-tx28.h @@ -0,0 +1,9 @@ +/* + * Copyright (C) 2010 Pengutronix + * Uwe Kleine-Koenig + * + * 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); -- cgit v1.2.3