summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/palm27x.h
diff options
context:
space:
mode:
authorEric Miao2011-09-11 10:56:58 +0200
committerEric Miao2011-10-07 06:21:19 +0200
commite227e88ae46e921f608b056e27e1d8704b7d12fa (patch)
tree9a1d0517639409adc97053ea478d847f3e6af6c3 /arch/arm/mach-pxa/include/mach/palm27x.h
parentLinux 3.1-rc9 (diff)
downloadkernel-qcow2-linux-e227e88ae46e921f608b056e27e1d8704b7d12fa.tar.gz
kernel-qcow2-linux-e227e88ae46e921f608b056e27e1d8704b7d12fa.tar.xz
kernel-qcow2-linux-e227e88ae46e921f608b056e27e1d8704b7d12fa.zip
ARM: pxa: fix building error by palm27x_lcd_init() when FB_PXA not defined
Cc: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/palm27x.h')
-rw-r--r--arch/arm/mach-pxa/include/mach/palm27x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/include/mach/palm27x.h b/arch/arm/mach-pxa/include/mach/palm27x.h
index 0a5e5eadebf5..f80bbe246afe 100644
--- a/arch/arm/mach-pxa/include/mach/palm27x.h
+++ b/arch/arm/mach-pxa/include/mach/palm27x.h
@@ -34,7 +34,7 @@ extern struct pxafb_mode_info palm_320x320_new_lcd_mode;
extern void __init palm27x_lcd_init(int power,
struct pxafb_mode_info *mode);
#else
-static inline void palm27x_lcd_init(int power, struct pxafb_mode_info *mode) {}
+#define palm27x_lcd_init(power, mode) do {} while (0)
#endif
#if defined(CONFIG_USB_GADGET_PXA27X) || \