glamo: get rid of static driver handle.
[openwrt/openwrt.git] / target / linux / generic-2.6 / files-2.6.30 / include / linux / glamofb.h
index 61105304cc074ff409b0d101df62c841fefe2bca..8110fa14629c73167baa0470b6057fd0b3d2a80b 100644 (file)
@@ -32,7 +32,7 @@ int glamofb_cmd_mode(struct glamofb_handle *gfb, int on);
 int glamofb_cmd_write(struct glamofb_handle *gfb, u_int16_t val);
 
 #ifdef CONFIG_MFD_GLAMO
-void glamo_lcm_reset(int level);
+void glamo_lcm_reset(struct platform_device *pdev, int level);
 #else
 #define glamo_lcm_reset(...) do {} while (0)
 #endif