Re: [RESEND/PATCH] acpi: video: remove unused code

2013-08-22 Thread Felipe Contreras
On Thu, Aug 22, 2013 at 4:38 PM, Rafael J. Wysocki wrote: > On Thursday, August 22, 2013 01:31:11 PM Felipe Contreras wrote: >> _BCM_use_index and _BCL_use_index are never used and probably never will. >> >> Signed-off-by: Felipe Contreras > > I have this patch in the linux-next branch, although

Re: [RESEND/PATCH] acpi: video: remove unused code

2013-08-22 Thread Rafael J. Wysocki
On Thursday, August 22, 2013 01:31:11 PM Felipe Contreras wrote: > _BCM_use_index and _BCL_use_index are never used and probably never will. > > Signed-off-by: Felipe Contreras I have this patch in the linux-next branch, although under a different subject. Thanks, Rafael > --- > drivers/acpi

[RESEND/PATCH] acpi: video: remove unused code

2013-08-22 Thread Felipe Contreras
_BCM_use_index and _BCL_use_index are never used and probably never will. Signed-off-by: Felipe Contreras --- drivers/acpi/video.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index e1284b8..e6be27e 100644 --- a/drivers/acpi/video.c