Re: [PATCH] backlight: extend of_find_backlight_by_node stub-check to modules

2014-11-04 Thread Lee Jones
On Tue, 04 Nov 2014, Heiko Stübner wrote: > Commit de3d75dc2311 ("backlight: Use of_find_backlight_by_node stub when > backlight class disabled") did not take into account that the backlight > class can also be compiled as module. Extend the check to prevent > redefinition warnings when the

Re: [PATCH] backlight: extend of_find_backlight_by_node stub-check to modules

2014-11-04 Thread Lee Jones
On Tue, 04 Nov 2014, Heiko Stübner wrote: Commit de3d75dc2311 (backlight: Use of_find_backlight_by_node stub when backlight class disabled) did not take into account that the backlight class can also be compiled as module. Extend the check to prevent redefinition warnings when the backlight

Re: [PATCH] backlight: extend of_find_backlight_by_node stub-check to modules

2014-11-03 Thread Jingoo Han
On Tuesday, November 04, 2014 9:59 AM, Heiko Stübner wrote: > > Commit de3d75dc2311 ("backlight: Use of_find_backlight_by_node stub when > backlight class disabled") did not take into account that the backlight > class can also be compiled as module. Extend the check to prevent > redefinition

[PATCH] backlight: extend of_find_backlight_by_node stub-check to modules

2014-11-03 Thread Heiko Stübner
Commit de3d75dc2311 ("backlight: Use of_find_backlight_by_node stub when backlight class disabled") did not take into account that the backlight class can also be compiled as module. Extend the check to prevent redefinition warnings when the backlight device class is compiled as module.

[PATCH] backlight: extend of_find_backlight_by_node stub-check to modules

2014-11-03 Thread Heiko Stübner
Commit de3d75dc2311 (backlight: Use of_find_backlight_by_node stub when backlight class disabled) did not take into account that the backlight class can also be compiled as module. Extend the check to prevent redefinition warnings when the backlight device class is compiled as module.

Re: [PATCH] backlight: extend of_find_backlight_by_node stub-check to modules

2014-11-03 Thread Jingoo Han
On Tuesday, November 04, 2014 9:59 AM, Heiko Stübner wrote: Commit de3d75dc2311 (backlight: Use of_find_backlight_by_node stub when backlight class disabled) did not take into account that the backlight class can also be compiled as module. Extend the check to prevent redefinition warnings