| Submitter | Andrew Morton |
|---|---|
| Date | March 4, 2009, 8:01 p.m. |
| Message ID | <200903042001.n24K1UwO028753@imap1.linux-foundation.org> |
| Download | mbox | patch |
| Permalink | /patch/24065/ |
| State | New |
| Headers | show |
Comments
Patch
diff -puN drivers/mtd/nand/bf5xx_nand.c~blackfin-nfc-driver-mark-bf5xx_nand_add_partition-as-__devinit drivers/mtd/nand/bf5xx_nand.c --- a/drivers/mtd/nand/bf5xx_nand.c~blackfin-nfc-driver-mark-bf5xx_nand_add_partition-as-__devinit +++ a/drivers/mtd/nand/bf5xx_nand.c @@ -630,7 +630,7 @@ static int bf5xx_nand_hw_init(struct bf5 /* * 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;