glamo: get rid of static driver handle.

SVN-Revision: 16821
This commit is contained in:
Lars-Peter Clausen
2009-07-12 20:24:18 +00:00
parent b1f5f1d3b0
commit ddbd14a23b
4 changed files with 32 additions and 31 deletions

View 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