diff options
| author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2023-12-09 01:47:02 +0300 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2024-01-12 14:38:37 +0300 |
| commit | d9f25b59ed85ae45801cf45fe17eb269b0ef3038 (patch) | |
| tree | c44063a7faf9055840267aa84349be10c8a2e049 /drivers/video/fbdev/Makefile | |
| parent | 5379c646960e3bbb4e59d65f0d689407636a7136 (diff) | |
| download | linux-d9f25b59ed85ae45801cf45fe17eb269b0ef3038.tar.xz | |
fbdev: Remove support for Carillo Ranch driver
As far as anybody can tell, this product never shipped. If it did,
it shipped in 2007 and nobody has access to one any more. Remove the
fbdev driver and the backlight driver.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/video/fbdev/Makefile')
| -rw-r--r-- | drivers/video/fbdev/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Makefile b/drivers/video/fbdev/Makefile index 8e15220152bd..7cf7b0af1465 100644 --- a/drivers/video/fbdev/Makefile +++ b/drivers/video/fbdev/Makefile @@ -42,7 +42,6 @@ obj-$(CONFIG_FB_IMSTT) += imsttfb.o obj-$(CONFIG_FB_FM2) += fm2fb.o obj-$(CONFIG_FB_VT8623) += vt8623fb.o obj-$(CONFIG_FB_TRIDENT) += tridentfb.o -obj-$(CONFIG_FB_LE80578) += vermilion/ obj-$(CONFIG_FB_S3) += s3fb.o obj-$(CONFIG_FB_ARK) += arkfb.o obj-$(CONFIG_FB_STI) += stifb.o |
