[PATCH] MMC: Proper MMC command classes support
authorPierre Ossman <drzeus-list@cx.rmk.(none)>
Sat, 21 May 2005 09:27:02 +0000 (10:27 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 21 May 2005 09:27:02 +0000 (10:27 +0100)
commit912490db699d83cb3d03570b63df7448677a3f56
treee2e45ad64584dfa9dbff212a2ba3e884b2bbca43
parent9636273dae265b9354b861b373cd43cd76a6d0fe
[PATCH] MMC: Proper MMC command classes support

Defines for the different command classes as defined in the MMC and SD
specifications.

Removes the check for high command classes and instead checks that the
command classes needed are present.
Previous solution killed forward compatibility at no apparent gain.

Signed-of-by: Pierre Ossman
drivers/mmc/mmc_block.c
include/linux/mmc/protocol.h