diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-10-10 00:34:28 +0200 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-11-30 20:14:04 +0800 |
commit | f9d1bf755315a66353a7f42319cff471b36fffb3 (patch) | |
tree | 4135844244943b177605e8b5c023ff4312226abc /drivers/mtd/maps | |
parent | 1db550118c46d96f371de5b3d0bd51edb148bd54 (diff) | |
download | kernel_samsung_smdk4412-f9d1bf755315a66353a7f42319cff471b36fffb3.zip kernel_samsung_smdk4412-f9d1bf755315a66353a7f42319cff471b36fffb3.tar.gz kernel_samsung_smdk4412-f9d1bf755315a66353a7f42319cff471b36fffb3.tar.bz2 |
ARM: pxa: fix pxa2xx-flash section mismatch
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'drivers/mtd/maps')
-rw-r--r-- | drivers/mtd/maps/pxa2xx-flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/pxa2xx-flash.c b/drivers/mtd/maps/pxa2xx-flash.c index dd90880..d8ae634 100644 --- a/drivers/mtd/maps/pxa2xx-flash.c +++ b/drivers/mtd/maps/pxa2xx-flash.c @@ -51,7 +51,7 @@ struct pxa2xx_flash_info { static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; -static int __init pxa2xx_flash_probe(struct platform_device *pdev) +static int __devinit pxa2xx_flash_probe(struct platform_device *pdev) { struct flash_platform_data *flash = pdev->dev.platform_data; struct pxa2xx_flash_info *info; |