提交 7745cc8c 编写于 作者: M Marek Vasut 提交者: Samuel Ortiz

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: NMarek Vasut <marek.vasut@gmail.com>
Acked-by: NIan Molton <ian@mnementh.co.uk>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 2aa13b9e
...@@ -155,7 +155,7 @@ static struct resource __devinitdata tc6393xb_nand_resources[] = { ...@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册