From: Russell King Date: Fri, 12 Nov 2004 19:58:21 +0000 (+0000) Subject: [ARM] Remove unused 'mclk' element from MMC platform structure. X-Git-Tag: v2.6.10-rc2~64 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=85a94fa8ade4276213aa6484a78c3dae7b85b491;p=history.git [ARM] Remove unused 'mclk' element from MMC platform structure. --- diff --git a/include/asm-arm/mach/mmc.h b/include/asm-arm/mach/mmc.h index 41a946e42db0..1b3555d4b41e 100644 --- a/include/asm-arm/mach/mmc.h +++ b/include/asm-arm/mach/mmc.h @@ -7,7 +7,6 @@ #include struct mmc_platform_data { - unsigned int mclk; /* mmc base clock rate */ unsigned int ocr_mask; /* available voltages */ u32 (*translate_vdd)(struct device *, unsigned int); unsigned int (*status)(struct device *);