| Submitter | Bryan Wu |
|---|---|
| Date | Jan. 7, 2009, 4:41 p.m. |
| Message ID | <1231346519-28603-3-git-send-email-cooloney@kernel.org> |
| Download | mbox | patch |
| Permalink | /patch/17166/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/mtd/nand/bf5xx_nand.c b/drivers/mtd/nand/bf5xx_nand.c index 5c6056e..520314d 100644 --- a/drivers/mtd/nand/bf5xx_nand.c +++ b/drivers/mtd/nand/bf5xx_nand.c @@ -630,7 +630,7 @@ static int bf5xx_nand_hw_init(struct bf5xx_nand_info *info) /* * Device management interface */ -static int bf5xx_nand_add_partition(struct bf5xx_nand_info *info) +static int __devinit bf5xx_nand_add_partition(struct bf5xx_nand_info *info) { struct mtd_info *mtd = &info->mtd;