mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 23:01:56 +02:00
jz4740: Fix mmc plaform device name.
This commit is contained in:
parent
c9674c3ab7
commit
043bd2e062
@ -90,7 +90,7 @@ static struct resource jz4740_mmc_resources[] = {
|
|||||||
static u64 jz4740_mmc_dmamask = ~(u32)0;
|
static u64 jz4740_mmc_dmamask = ~(u32)0;
|
||||||
|
|
||||||
struct platform_device jz4740_mmc_device = {
|
struct platform_device jz4740_mmc_device = {
|
||||||
.name = "jz-mmc",
|
.name = "jz4740-mmc",
|
||||||
.id = 0,
|
.id = 0,
|
||||||
.dev = {
|
.dev = {
|
||||||
.dma_mask = &jz4740_mmc_dmamask,
|
.dma_mask = &jz4740_mmc_dmamask,
|
||||||
|
Loading…
Reference in New Issue
Block a user