Fix the error codes Signed-off-by: Ben Dooks Index: linux-2.6.26-rc5-q/drivers/mmc/host/s3cmci.c =================================================================== --- linux-2.6.26-rc5-q.orig/drivers/mmc/host/s3cmci.c 2008-06-06 15:46:35.000000000 +0100 +++ linux-2.6.26-rc5-q/drivers/mmc/host/s3cmci.c 2008-06-06 15:47:28.000000000 +0100 @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include @@ -28,6 +29,12 @@ #define DRIVER_NAME "s3c-mci" +#define MMC_ERR_NONE (0) +#define MMC_ERR_DMA EINVAL +#define MMC_ERR_TIMEOUT ETIMEDOUT +#define MMC_ERR_BADCRC EILSEQ +#define MMC_ERR_FIFO EILSEQ + enum dbg_channels { dbg_err = (1 << 0), dbg_debug = (1 << 1), -- Ben (ben@fluff.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/