Hi all, Today's linux-next merge of the arm-soc tree got a conflict in include/linux/platform_data/mmc-omap.h between commit 69bc0b677e6c ("mmc: omap_hsmmc: Enable HSPE bit for high speed cards") from the tree and commit 53db20d123f7 ("mmc: omap: Remove cpu_is_omap usage from the driver") from the arm-soc tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc include/linux/platform_data/mmc-omap.h index 346af5b,2bf6ea8..0000000 --- a/include/linux/platform_data/mmc-omap.h +++ b/include/linux/platform_data/mmc-omap.h @@@ -126,7 -107,9 +107,10 @@@ struct omap_mmc_platform_data /* we can put the features above into this variable */ #define HSMMC_HAS_PBIAS (1 << 0) #define HSMMC_HAS_UPDATED_RESET (1 << 1) -#define MMC_OMAP7XX (1 << 2) -#define MMC_OMAP15XX (1 << 3) -#define MMC_OMAP16XX (1 << 4) +#define HSMMC_HAS_HSPE_SUPPORT (1 << 2) ++#define MMC_OMAP7XX (1 << 3) ++#define MMC_OMAP15XX (1 << 4) ++#define MMC_OMAP16XX (1 << 5) unsigned features; int switch_pin; /* gpio (card detect) */
Attachment:
pgphQBRweiW_L.pgp
Description: PGP signature