]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/lcd.h
backlight: Remove unneeded owner field
[linux-2.6-omap-h63xx.git] / include / linux / lcd.h
index d739b2e7eac26a64fa215909cd552345463493e2..8a468f168c451a4faa6abaa133e751a1db2a33b4 100644 (file)
@@ -16,8 +16,6 @@ struct fb_info;
 
 /* This structure defines all the properties of a LCD flat panel. */
 struct lcd_properties {
-       /* Owner module */
-       struct module *owner;
        /* Get the LCD panel power status (0: full on, 1..3: controller
           power on, flat panel power off, 4: full off), see FB_BLANK_XXX */
        int (*get_power)(struct lcd_device *);