]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MMC: omap_hsmmc.c: Add missing prototype header
authorDirk Behme <dirk.behme@googlemail.com>
Sun, 15 May 2011 09:04:47 +0000 (09:04 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 18 May 2011 19:38:05 +0000 (14:38 -0500)
commit96e0e7b36c5c335e7a551537f3a19dec0cd53356
treeb1df6c265823bd1a9504def4a2e3e3c76a1c824d
parent1ed60d7ade5dc2c93c5b11c2a899369f2da9b1f8
MMC: omap_hsmmc.c: Add missing prototype header

Add missing header file to fix compilation warning

omap_hsmmc.c: In function 'omap_mmc_init':
omap_hsmmc.c:474: warning: implicit declaration of function 'get_cpu_family'
omap_hsmmc.c:474: warning: implicit declaration of function 'get_cpu_rev'

introduced by commit "MMC: omap_hsmmc.c: disable
multiblock rw on old rev omap34xx silicon"
(4ca9244d74f146a0605f5bee28a66e39aae88d3e)

Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
CC: Andy Fleming <afleming@freescale.com>
CC: John Rigby <john.rigby@linaro.org>
drivers/mmc/omap_hsmmc.c