search for: 0e6c40f

Displaying 1 result from an estimated 1 matches for "0e6c40f".

Did you mean: 0e6740a
2011 Nov 02
1
[PATCH] drm/nouveau: fix acpi related kbuild warnings
...drivers/gpu/drm/nouveau/Kconfig | 9 +++++++-- drivers/gpu/drm/nouveau/Makefile | 2 +- drivers/gpu/drm/nouveau/nouveau_drv.h | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig index ca16399..0e6c40f 100644 --- a/drivers/gpu/drm/nouveau/Kconfig +++ b/drivers/gpu/drm/nouveau/Kconfig @@ -11,11 +11,16 @@ config DRM_NOUVEAU select FRAMEBUFFER_CONSOLE if !EXPERT select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VI...