diff options
author | Roland Stigge <stigge@antcom.de> | 2012-08-26 16:23:21 +0200 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-09-22 21:18:53 +0000 |
commit | c28c7456ad55c13872adc1d652a53b02086a9330 (patch) | |
tree | a5e289b06b28eadddc1154a3d012c33275a68db9 /drivers/video/Makefile | |
parent | a481b37a9e18e7d7cacf7ef1080bcdd718ec8e9d (diff) |
video: Remove pnx4008 driver
This patch removes the video driver for pnx4008. The architecture is being
removed via the arm-soc tree.
Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index ee8dafb69e3..4d5789931da 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -128,8 +128,6 @@ obj-$(CONFIG_FB_S3C) += s3c-fb.o obj-$(CONFIG_FB_S3C2410) += s3c2410fb.o obj-$(CONFIG_FB_FSL_DIU) += fsl-diu-fb.o obj-$(CONFIG_FB_COBALT) += cobalt_lcdfb.o -obj-$(CONFIG_FB_PNX4008_DUM) += pnx4008/ -obj-$(CONFIG_FB_PNX4008_DUM_RGB) += pnx4008/ obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o obj-$(CONFIG_FB_PS3) += ps3fb.o obj-$(CONFIG_FB_SM501) += sm501fb.o |