Skip to content

Commit

Permalink
MX2/MX3 SDHC driver: rename platform driver
Browse files Browse the repository at this point in the history
Rename driver from imx-mmc to mxc-mmc to avoid conflicts with the
mx1 mmc driver.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Sascha Hauer committed Mar 13, 2009
1 parent 06277b5 commit 9563b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/mxcmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define HAS_DMA
#endif

#define DRIVER_NAME "imx-mmc"
#define DRIVER_NAME "mxc-mmc"

#define MMC_REG_STR_STP_CLK 0x00
#define MMC_REG_STATUS 0x04
Expand Down

0 comments on commit 9563b1d

Please sign in to comment.