aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/module-tx28.h
diff options
context:
space:
mode:
authorLothar Waßmann <LW@KARO-electronics.de>2010-12-10 16:22:47 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-03-07 19:29:07 +0100
commit1cb59f9f79f4ed89845f6f8bebf0273442e1ccd5 (patch)
treed9455a01c8ec8a8218284468c117575930117f21 /arch/arm/mach-mxs/module-tx28.h
parentccb24d50b7ee242a2bf2dd208193f7335a3a0d7d (diff)
downloadkernel_samsung_smdk4412-1cb59f9f79f4ed89845f6f8bebf0273442e1ccd5.zip
kernel_samsung_smdk4412-1cb59f9f79f4ed89845f6f8bebf0273442e1ccd5.tar.gz
kernel_samsung_smdk4412-1cb59f9f79f4ed89845f6f8bebf0273442e1ccd5.tar.bz2
ARM: mxs: Initial support for Ka-Ro TX28
Based on code created by Lothar Waßmann, Sascha Hauer, Wolfram Sang and me. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/module-tx28.h')
-rw-r--r--arch/arm/mach-mxs/module-tx28.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/module-tx28.h b/arch/arm/mach-mxs/module-tx28.h
new file mode 100644
index 0000000..df9e1b6
--- /dev/null
+++ b/arch/arm/mach-mxs/module-tx28.h
@@ -0,0 +1,9 @@
+/*
+ * 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);