Skip to content
  • Randy Dunlap's avatar
    eeepc-wmi: depends on BACKLIGHT_CLASS_DEVICE · d89d63a9
    Randy Dunlap authored
    
    
    eeepc-wmi uses backlight*() interfaces so it should depend on
    BACKLIGHT_CLASS_DEVICE.
    
    eeepc-wmi.c:(.text+0x2d7f54): undefined reference to `backlight_force_update'
    eeepc-wmi.c:(.text+0x2d8012): undefined reference to `backlight_device_register'
    eeepc-wmi.c:(.devinit.text+0x1c31c): undefined reference to `backlight_device_unregister'
    eeepc-wmi.c:(.devexit.text+0x2f8b): undefined reference to `backlight_device_unregister'
    
    Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
    d89d63a9