Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Marek Vasut and committed by
Eric Miao
f9d1bf75 1db55011

+1 -1
+1 -1
drivers/mtd/maps/pxa2xx-flash.c
··· 51 51 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; 52 52 53 53 54 - static int __init pxa2xx_flash_probe(struct platform_device *pdev) 54 + static int __devinit pxa2xx_flash_probe(struct platform_device *pdev) 55 55 { 56 56 struct flash_platform_data *flash = pdev->dev.platform_data; 57 57 struct pxa2xx_flash_info *info;