Skip to content
Snippets Groups Projects
Commit 8eb0b7ab authored by Gabor Juhos's avatar Gabor Juhos
Browse files

ar71xx: fix sections mismatch warnings in the nand drivers

SVN-Revision: 29667
parent 232eb83f
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ static void rb4xx_nand_read_buf(struct mtd_info *mtd, unsigned char *buf, ...@@ -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); 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; struct rb4xx_nand_info *info;
int ret; int ret;
......
...@@ -260,7 +260,7 @@ static void __init rb750_nand_gpio_init(void) ...@@ -260,7 +260,7 @@ static void __init rb750_nand_gpio_init(void)
rb750_latch_change(~out & RB750_NAND_IO0, out & RB750_NAND_IO0); 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; struct rb750_nand_info *info;
int ret; int ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment