backlight: as3711_bl: Fix Device Tree node leaks
[linux-2.6-microblaze.git] / include / linux / backlight.h
index 2baab6f..7fbf053 100644 (file)
@@ -84,10 +84,6 @@ struct backlight_properties {
 
 #define BL_CORE_SUSPENDED      (1 << 0)        /* backlight is suspended */
 #define BL_CORE_FBBLANK                (1 << 1)        /* backlight is under an fb blank event */
-#define BL_CORE_DRIVER4                (1 << 28)       /* reserved for driver specific use */
-#define BL_CORE_DRIVER3                (1 << 29)       /* reserved for driver specific use */
-#define BL_CORE_DRIVER2                (1 << 30)       /* reserved for driver specific use */
-#define BL_CORE_DRIVER1                (1 << 31)       /* reserved for driver specific use */
 
 };