]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
OMAP: Fix the BYTEBLOCK capability removal
authorFrancisco Alecrim <francisco.alecrim@indt.org.br>
Mon, 5 Nov 2007 14:54:21 +0000 (10:54 -0400)
committerTony Lindgren <tony@atomide.com>
Thu, 15 Nov 2007 21:20:09 +0000 (13:20 -0800)
commit38cba44791602378e8c4cd9d2a5132856426812d
tree897dbcd1744e8b41c98a5e889ed73e2aa0fc4ebc
parent5e7a1f75123fd1cf7c506e67ef410ab3c05901b8
OMAP: Fix the BYTEBLOCK capability removal

According with commit 255d01af9a990fd5166f04ed0cc0b30b7b67e81e
from Linux-OMAP tree, the BYTEBLOCK capability was removed by Pierre Ossman.
MMC_CAP_BYTEBLOCK is not defined causing the compile error:

drivers/mmc/host/omap.c: In function `mmc_omap_probe':
drivers/mmc/host/omap.c:1077: error: `MMC_CAP_BYTEBLOCK' undeclared (first use in this function)
drivers/mmc/host/omap.c:1077: error: (Each undeclared identifier is reported only once
drivers/mmc/host/omap.c:1077: error: for each function it appears in.)

Signed-off-by: Francisco Alecrim <francisco.alecrim@indt.org.br>
Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mmc/host/omap.c