diff options
author | Choi jonghwan <jhbird.choi@samsung.com> | 2010-09-02 02:35:06 +0900 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-11-17 17:43:52 -0800 |
commit | 8bf114b9dc839f62aaed6239e5e99ce98e03c0b1 (patch) | |
tree | c7153f946af444904568e38de6f2b01d54185b41 /arch | |
parent | f7b616f3f10258180e3822510ee5ea37aae8fccf (diff) | |
download | kernel_samsung_crespo-8bf114b9dc839f62aaed6239e5e99ce98e03c0b1.zip kernel_samsung_crespo-8bf114b9dc839f62aaed6239e5e99ce98e03c0b1.tar.gz kernel_samsung_crespo-8bf114b9dc839f62aaed6239e5e99ce98e03c0b1.tar.bz2 |
S5PC11X: SDHCI: Remove unused code.
HWREV is not used anymore.
Change-Id: I0365000444a77600ac61c1d58b3be3e1bdd8bc67
Signed-off-by: Choi jonghwan <jhbird.choi@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s5pv210/setup-sdhci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pv210/setup-sdhci.c b/arch/arm/mach-s5pv210/setup-sdhci.c index fd8d77a..d19c885 100644 --- a/arch/arm/mach-s5pv210/setup-sdhci.c +++ b/arch/arm/mach-s5pv210/setup-sdhci.c @@ -27,8 +27,6 @@ #include <mach/regs-gpio.h> #include <mach/gpio.h> -extern unsigned int HWREV; - /* clock sources for the mmc bus clock, order as for the ctrl2[5..4] */ char *s5pv210_hsmmc_clksrcs[4] = { |