Andres Salomon 40847437f1 mtd: fix build error in m25p80.c
While building an x86 distro kernel, I hit the following:

Kernel: arch/x86/boot/bzImage is ready  (#7)
ERROR: "of_mtd_parse_partitions" [drivers/mtd/devices/m25p80.ko]
undefined!

of_mtd_parse_partitions is defined with MTD_OF_PARTS, and that's only
built on PPC and microblaze.  The code in question should be wrapped w/
a stricter #ifdef.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2010-10-30 12:46:08 +01:00
..
2010-10-26 10:58:00 +01:00
2009-03-20 13:16:26 +00:00
2009-03-20 13:16:26 +00:00
2010-10-30 12:46:08 +01:00
2010-03-18 07:53:16 +00:00
2008-06-04 17:50:17 +01:00
2008-06-04 17:50:17 +01:00
2010-10-25 01:36:36 +01:00