From 2e82b5dd47d826baf0f6e34334fe6b899aa6ad1e Mon Sep 17 00:00:00 2001 From: "Lee, Chun-Yi" Date: Wed, 20 Feb 2013 14:32:01 +0800 Subject: gpu: remove gma500 stub driver In v3.3, the gma500 drm driver moved from staging to drm group by Alan Cox's 3abcf41fb patch. the gma500 drm driver should control brightness well and don't need gma500 stub driver anymore. Reference: http://lists.freedesktop.org/archives/dri-devel/2012-May/023426.html http://lists.freedesktop.org/archives/dri-devel/2012-May/023467.html Acked-by: Matthew Garrett Acked-by: Greg Kroah-Hartman Signed-off-by: Lee, Chun-Yi Signed-off-by: Dave Airlie --- drivers/gpu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/Makefile') diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile index cc9277885dd0..30879df3daea 100644 --- a/drivers/gpu/Makefile +++ b/drivers/gpu/Makefile @@ -1 +1 @@ -obj-y += drm/ vga/ stub/ +obj-y += drm/ vga/ -- cgit v1.2.3-59-g8ed1b