gma500:fix build failure for 3.9-rc5
authorXiong Zhou <jencce.kernel@gmail.com>
Wed, 10 Apr 2013 12:37:52 +0000 (20:37 +0800)
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Wed, 10 Apr 2013 15:34:43 +0000 (17:34 +0200)
commit0c1a14c2c17f13c1869e82783bd49774bba67254
tree85046e5496083ad8cd3bd65f452aab63fe9690e4
parent749387dc8d8270b279f27a0a794cdf4f4a4aa774
gma500:fix build failure for 3.9-rc5

Last version of this patch is not clear enough and X86 duplicated.

This patch fixes build failure of v3.9-rc5 and rc6.
When config ACPI_VIDEO as m, DRM_GMA500 as y, here comes the failure.
GMA5/600 needs acpi_video just like nouveau.
And some tab type fix by the way.

Failure message:
drivers/built-in.o: In function `psb_driver_load':
kernel-3.9-rc5/drivers/gpu/drm/gma500/psb_drv.c:340: \
undefined reference to `acpi_video_register'
make: *** [vmlinux] Error 1

Signed-off-by: Xiong Zhou <jencce.kernel@gmail.com>
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
drivers/gpu/drm/gma500/Kconfig