1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 02:32:21 +03:00

ar71xx: fix sections mismatch warnings in the nand drivers

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29667 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-01-05 18:08:33 +00:00
parent 978d04d680
commit c63a29ee7f
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ static void rb4xx_nand_read_buf(struct mtd_info *mtd, unsigned char *buf,
pr_err("rb4xx_nand: read buf failed, err=%d\n", err);
}
static int __init rb4xx_nand_probe(struct platform_device *pdev)
static int __devinit rb4xx_nand_probe(struct platform_device *pdev)
{
struct rb4xx_nand_info *info;
int ret;

View File

@ -260,7 +260,7 @@ static void __init rb750_nand_gpio_init(void)
rb750_latch_change(~out & RB750_NAND_IO0, out & RB750_NAND_IO0);
}
static int __init rb750_nand_probe(struct platform_device *pdev)
static int __devinit rb750_nand_probe(struct platform_device *pdev)
{
struct rb750_nand_info *info;
int ret;