summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Maund <imaund@codeaurora.org>2013-11-20 16:21:40 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:23:41 -0700
commit8ac5b39f9680672b0f2d5965cac41da1b85180fe (patch)
tree5cd9f3dc4c547e2f0aeb0c7947cc3e2cb8dddb2e /include
parentba68b06806c32965dc4eb2bac0eca55d36388243 (diff)
mdss: Display related changes commit below
While merging to 3.14 kernel this is only display related changes for commit below Change ID: Ia44a224d3cea7bc78dd45e8a8279860d35d4b008 msm: reap unused kernel files This change removes source files from the kernel tree that were not being used during make. The list of used files was generated using an annotated make log and was then compared with new files added since the public release of kernel version 3.10.00. New files which were added but not used have been removed from the tree. A diff was also run to determine the list of files that had been modified since the release of kernel version 3.10.00. These files were then scrubbed based on the current kernel configuration, removing invalid and unused conditionals. Some files which support planned functionality or are useful in debugging have been excluded from this reap. Change-Id: Ib2af17d073ea4b9e4a1b7572875dbb6801e78a63 Signed-off-by: Ian Maund <imaund@codeaurora.org> [cip@codeaurora.org: Resolved removed file locations] Signed-off-by: Clarence Ip <cip@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 3d003805aac3..eed5155cb64c 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -461,16 +461,6 @@ struct fb_info {
struct list_head modelist; /* mode list */
struct fb_videomode *mode; /* current mode */
-#ifdef CONFIG_FB_BACKLIGHT
- /* assigned backlight device */
- /* set before framebuffer registration,
- remove after unregister */
- struct backlight_device *bl_dev;
-
- /* Backlight level curve */
- struct mutex bl_curve_mutex;
- u8 bl_curve[FB_BACKLIGHT_LEVELS];
-#endif
#ifdef CONFIG_FB_DEFERRED_IO
struct delayed_work deferred_work;
struct fb_deferred_io *fbdefio;