aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-06-23 17:55:46 +0200
committerLars-Peter Clausen <lars@metafoo.de>2010-06-23 18:25:38 +0200
commitc42fae0d24de8e7590a0b36e66eb6bc3b3e773c7 (patch)
tree506827840f9ac3c2920548ab2cb8fa760f3d8871
parent8870dee7fab9745b2877734c915f153c8aa1409c (diff)
glamofb: Drop unsued core field from glamo_fb_platform_data
-rw-r--r--include/linux/glamofb.h7
1 files changed, 1 insertions, 6 deletions
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 <linux/fb.h>
-
#ifdef __KERNEL__
-struct glamo_core;
-struct glamofb_handle;
+#include <linux/fb.h>
struct glamo_fb_platform_data {
int width, height;
int num_modes;
struct fb_videomode *modes;
-
- struct glamo_core *core;
};
#endif