mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
mfd: Remove __devinitdata from tc6393xb_mmc_resources
This static struct resource tc6393xb_mmc_resources[] is used in resume function, therefore the data can not be wiped after init. Also, this causes a section mismatch. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Acked-by: Ian Molton <ian@mnementh.co.uk> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
2aa13b9e80
commit
7745cc8c3b
@ -155,7 +155,7 @@ static struct resource __devinitdata tc6393xb_nand_resources[] = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct resource __devinitdata tc6393xb_mmc_resources[] = {
|
static struct resource tc6393xb_mmc_resources[] = {
|
||||||
{
|
{
|
||||||
.start = 0x800,
|
.start = 0x800,
|
||||||
.end = 0x9ff,
|
.end = 0x9ff,
|
||||||
|
Loading…
Reference in New Issue
Block a user