commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=59b31b88124a2dac33881caa0b83196d4382134d
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk

drop unused Macros
fix checkpatch warning

Signed-off-by: Steven Miao <[email protected]>
---
 arch/blackfin/include/asm/bfin_sdh.h |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/arch/blackfin/include/asm/bfin_sdh.h b/arch/blackfin/include/asm/bfin_sdh.h
index ed14bd9..a99957e 100644
--- a/arch/blackfin/include/asm/bfin_sdh.h
+++ b/arch/blackfin/include/asm/bfin_sdh.h
@@ -45,14 +45,6 @@ struct bfin_sd_host {
 #define STD_BUS_1          0x000       /* Standard Bus 1 bit mode */
 #define WIDE_BUS_4         0x800       /* Wide Bus 4 bit mode */
 #define BYTE_BUS_8         0x1000      /* Byte Bus 8 bit mode */
-#ifdef RSI_BLKSZ
-#define CARD_TYPE_MASK     0xe000      /* Card type mask */
-#define CARD_TYPE_OFFSET   13          /* Card type offset */
-#define CARD_TYPE_SDIO     0
-#define CARD_TYPE_eMMC     1
-#define CARD_TYPE_SD       2
-#define CARD_TYPE_CEATA    3
-#endif
 
 /* SDH_RESP_CMD bitmasks */
 #define RESP_CMD           0x3f        /* Response Command */
@@ -159,7 +151,7 @@ struct bfin_sd_host {
 #define PWR_ON             0x600       /* Power On */
 #define SD_CMD_OD          (1 << 11)   /* Open Drain Output */
 #define BOOT_EN            (1 << 12)   /* Boot Enable */
-#define BOOT_MODE          (1 << 13)   /* Alternate Boot Mode */.
+#define BOOT_MODE          (1 << 13)   /* Alternate Boot Mode */
 #define BOOT_ACK_EN        (1 << 14)   /* Boot ACK is expected */
 #endif
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to