[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1282813011-6187-1-git-send-email-mark.brown314@gmail.com>
Date: Thu, 26 Aug 2010 04:56:50 -0400
From: "Mark F. Brown" <mark.brown314@...il.com>
To: Eric Miao <eric.y.miao@...il.com>,
Haojian Zhuang <haojian.zhuang@...vell.com>,
"Mark F. Brown" <mark.brown314@...il.com>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: "Mark F. Brown" <mark.brown314@...il.com>
Subject: [PATCH] ARM: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not defined
If CONFIG_MTD_PARTITIONS is not defined for pxa3xx NAND driver it will display a build error:
drivers/built-in.o: In function `pxa3xx_nand_remove':
drivers/mtd/nand/pxa3xx_nand.c:1367: undefined reference to `del_mtd_partitions'
drivers/built-in.o: In function `pxa3xx_nand_probe':
drivers/mtd/nand/pxa3xx_nand.c:1334: undefined reference to `add_mtd_partitions'
make: *** [.tmp_vmlinux1] Error 1
Patched against Eric Miao's pxa tree
Mark F. Brown (1):
ARM: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not
defined
drivers/mtd/nand/pxa3xx_nand.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists