backlight: extend event support to also support poll()

Extend the backlight event support to also allow the use of
poll()/select() on actual_brightness.

We already have the entire event hookup anyway, adding a single
function call in one line to get functionality like that is a really
good deal.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>

authored by Henrique de Moraes Holschuh and committed by Richard Purdie 89dfc28c d822d5c2

+1
+1
drivers/video/backlight/backlight.c
··· 91 91 } 92 92 envp[1] = NULL; 93 93 kobject_uevent_env(&bd->dev.kobj, KOBJ_CHANGE, envp); 94 + sysfs_notify(&bd->dev.kobj, NULL, "actual_brightness"); 94 95 } 95 96 96 97 static ssize_t backlight_show_power(struct device *dev,