diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-02-20 21:26:30 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-23 22:22:45 +0000 |
commit | a64ae394eb7de5e39cf462c18edb202196c678fa (patch) | |
tree | 28f70b9b540438e4fa46c0f20ec47b150defd3c7 /arch/arm/mach-u300/mmc.h | |
parent | c997e519f3fe6b40a5ad972e2a334960065d6154 (diff) |
ARM: 7335/1: mach-u300: do away with MMC config files
All the special stuff (like registering input device and so on)
for the U300 MMC is now done away with. We don't need these
special MMC setup kludges, merge this into core.c and be done
with it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-u300/mmc.h')
-rw-r--r-- | arch/arm/mach-u300/mmc.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-u300/mmc.h b/arch/arm/mach-u300/mmc.h deleted file mode 100644 index 92b85125abb3..000000000000 --- a/arch/arm/mach-u300/mmc.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * - * arch/arm/mach-u300/mmc.h - * - * - * Copyright (C) 2009 ST-Ericsson AB - * License terms: GNU General Public License (GPL) version 2 - * - * Author: Jonas Aaberg <jonas.aberg@stericsson.com> - */ -#ifndef MMC_H -#define MMC_H - -#include <linux/amba/bus.h> - -int __devinit mmc_init(struct amba_device *adev); - -#endif |