export_report: use warn() to issue WARNING, so they go to stderr
[pandora-kernel.git] / arch / arm / plat-stmp3xxx / include / mach / gpmi.h
1 #ifndef __MACH_GPMI_H
2
3 #include <linux/mtd/partitions.h>
4 #include <mach/regs-gpmi.h>
5
6 struct gpmi_platform_data {
7         void *pins;
8         int nr_parts;
9         struct mtd_partition *parts;
10         const char *part_types[];
11 };
12 #endif