Commit cae3351d authored by Dirk Behme's avatar Dirk Behme Committed by Tony Lindgren

ARM: OMAP: Fix section mismatch in board-nokia770.c

Fix section mismatch in board-nokia770.c
Signed-off-by: default avatarDirk Behme <dirk.behme@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f85b6615
...@@ -234,7 +234,7 @@ static struct omap_mmc_config nokia770_mmc_config __initdata = { ...@@ -234,7 +234,7 @@ static struct omap_mmc_config nokia770_mmc_config __initdata = {
}, },
}; };
static struct omap_board_config_kernel nokia770_config[] = { static struct omap_board_config_kernel nokia770_config[] __initdata = {
{ OMAP_TAG_USB, NULL }, { OMAP_TAG_USB, NULL },
{ OMAP_TAG_MMC, &nokia770_mmc_config }, { OMAP_TAG_MMC, &nokia770_mmc_config },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment