From 8870dee7fab9745b2877734c915f153c8aa1409c Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 23 Jun 2010 17:51:13 +0200 Subject: glamo-fb: Drop unused exports glamo_cmd_mode is only used in glamofb.c and glamo_cmd_write is not used at all. --- include/linux/glamofb.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/linux/glamofb.h') diff --git a/include/linux/glamofb.h b/include/linux/glamofb.h index 5f9fab5a487..e6edadbe81a 100644 --- a/include/linux/glamofb.h +++ b/include/linux/glamofb.h @@ -17,15 +17,6 @@ struct glamo_fb_platform_data { struct glamo_core *core; }; -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(struct platform_device *pdev, int level); -#else -#define glamo_lcm_reset(...) do {} while (0) -#endif - #endif #define GLAMOFB_ENGINE_ENABLE _IOW('F', 0x1, __u32) -- cgit v1.2.3 From c42fae0d24de8e7590a0b36e66eb6bc3b3e773c7 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 23 Jun 2010 17:55:46 +0200 Subject: glamofb: Drop unsued core field from glamo_fb_platform_data --- include/linux/glamofb.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include/linux/glamofb.h') diff --git a/include/linux/glamofb.h b/include/linux/glamofb.h index e6edadbe81a..896579be1a0 100644 --- a/include/linux/glamofb.h +++ b/include/linux/glamofb.h @@ -1,20 +1,15 @@ #ifndef _LINUX_GLAMOFB_H #define _LINUX_GLAMOFB_H -#include - #ifdef __KERNEL__ -struct glamo_core; -struct glamofb_handle; +#include struct glamo_fb_platform_data { int width, height; int num_modes; struct fb_videomode *modes; - - struct glamo_core *core; }; #endif -- cgit v1.2.3