Skip to content

Commit

Permalink
fbdev: remove display subsystem
Browse files Browse the repository at this point in the history
This four year old subsystem does not have a single in-tree user
not even in staging and as far as I know also none out-of-tree.
I think that justifies removing it which cleans the config up.

Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Acked-by: James Simmons <jsimmons@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
  • Loading branch information
Florian Tobias Schandinat authored and Florian Tobias Schandinat committed Nov 11, 2011
1 parent b57287b commit 5a6b5e0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 312 deletions.
1 change: 0 additions & 1 deletion drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2413,7 +2413,6 @@ source "drivers/video/omap/Kconfig"
source "drivers/video/omap2/Kconfig"

source "drivers/video/backlight/Kconfig"
source "drivers/video/display/Kconfig"

if VT
source "drivers/video/console/Kconfig"
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fb-objs := $(fb-y)

obj-$(CONFIG_VT) += console/
obj-$(CONFIG_LOGO) += logo/
obj-y += backlight/ display/
obj-y += backlight/

obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o
obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o
Expand Down
24 changes: 0 additions & 24 deletions drivers/video/display/Kconfig

This file was deleted.

6 changes: 0 additions & 6 deletions drivers/video/display/Makefile

This file was deleted.

219 changes: 0 additions & 219 deletions drivers/video/display/display-sysfs.c

This file was deleted.

61 changes: 0 additions & 61 deletions include/linux/display.h

This file was deleted.

0 comments on commit 5a6b5e0

Please sign in to comment.