diff options
author | Quinn Jensen <quinn.jensen@freescale.com> | 2007-05-24 18:15:46 -0600 |
---|---|---|
committer | Quinn Jensen <quinn.jensen@freescale.com> | 2007-05-24 18:15:46 -0600 |
commit | d91e9509d07771f3c6078c76e84aada6ef251070 (patch) | |
tree | 05a787edf40fa9ceeeaa6f0058e98eb132d1363d /include | |
parent | b2a9622b7b804bbe7148975f496874ffc4c034cf (diff) |
Bugzilla 510: Update to code review fixes following L2618.2
Changes made to fix bugs and/or port to 2.6.19.2 after
including GSO L2618-2 patches as discovered and discussed in
the code review.
http://www.bitshrine.org/gpp/linux-2.6.19.2-mx-code_review_fixes_following_L2618.2-4.patch
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-mxc/hardware.h | 2 | ||||
-rw-r--r-- | include/linux/mmc/protocol.h | 27 |
2 files changed, 0 insertions, 29 deletions
diff --git a/include/asm-arm/arch-mxc/hardware.h b/include/asm-arm/arch-mxc/hardware.h index 26d73f55a53a..ec2c290c5405 100644 --- a/include/asm-arm/arch-mxc/hardware.h +++ b/include/asm-arm/arch-mxc/hardware.h @@ -61,8 +61,6 @@ #define cpu_is_mx31() (0) #endif -#define cpu_is_mx21() (0) - #ifdef CONFIG_ARCH_MX27 #include <asm/arch/mx27.h> #define cpu_is_mx27() (1) diff --git a/include/linux/mmc/protocol.h b/include/linux/mmc/protocol.h index 71b3dc177a14..18e09f5c6023 100644 --- a/include/linux/mmc/protocol.h +++ b/include/linux/mmc/protocol.h @@ -261,33 +261,6 @@ struct _mmc_csd { #define CSD_SPEC_VER_2 2 /* Implements system specification 2.0 - 2.2 */ #define CSD_SPEC_VER_3 3 /* Implements system specification 3.1 */ -/* - * Card Command Classes (CCC) - */ -#define CCC_BASIC (1<<0) /* (0) Basic protocol functions */ - /* (CMD0,1,2,3,4,7,9,10,12,13,15) */ -#define CCC_STREAM_READ (1<<1) /* (1) Stream read commands */ - /* (CMD11) */ -#define CCC_BLOCK_READ (1<<2) /* (2) Block read commands */ - /* (CMD16,17,18) */ -#define CCC_STREAM_WRITE (1<<3) /* (3) Stream write commands */ - /* (CMD20) */ -#define CCC_BLOCK_WRITE (1<<4) /* (4) Block write commands */ - /* (CMD16,24,25,26,27) */ -#define CCC_ERASE (1<<5) /* (5) Ability to erase blocks */ - /* (CMD32,33,34,35,36,37,38,39) */ -#define CCC_WRITE_PROT (1<<6) /* (6) Able to write protect blocks */ - /* (CMD28,29,30) */ -#define CCC_LOCK_CARD (1<<7) /* (7) Able to lock down card */ - /* (CMD16,CMD42) */ -#define CCC_APP_SPEC (1<<8) /* (8) Application specific */ - /* (CMD55,56,57,ACMD*) */ -#define CCC_IO_MODE (1<<9) /* (9) I/O mode */ - /* (CMD5,39,40,52,53) */ -#define CCC_SWITCH (1<<10) /* (10) High speed switch */ - /* (CMD6,34,35,36,37,50) */ - /* (11) Reserved */ - /* (CMD?) */ /* * SD bus widths |