Skip to content

Commit

Permalink
video / output: Drop display output class support
Browse files Browse the repository at this point in the history
It was only ever used by the ACPI video driver, and that only use case
vanished over 3 years ago (see commit 677bd81, "ACPI video: remove
output switching control".) So this is dead code and I guess we can
remove it now.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Jean Delvare authored and Rafael J. Wysocki committed Mar 20, 2014
1 parent 782dd91 commit f167a64
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 198 deletions.
6 changes: 0 additions & 6 deletions drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ config VGASTATE
tristate
default n

config VIDEO_OUTPUT_CONTROL
tristate "Lowlevel video output switch controls"
help
This framework adds support for low-level control of the video
output switch.

config VIDEOMODE_HELPERS
bool

Expand Down
2 changes: 0 additions & 2 deletions drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ obj-$(CONFIG_FB_SIMPLE) += simplefb.o
# the test framebuffer is last
obj-$(CONFIG_FB_VIRTUAL) += vfb.o

#video output switch sysfs driver
obj-$(CONFIG_VIDEO_OUTPUT_CONTROL) += output.o
obj-$(CONFIG_VIDEOMODE_HELPERS) += display_timing.o videomode.o
ifeq ($(CONFIG_OF),y)
obj-$(CONFIG_VIDEOMODE_HELPERS) += of_display_timing.o of_videomode.o
Expand Down
133 changes: 0 additions & 133 deletions drivers/video/output.c

This file was deleted.

57 changes: 0 additions & 57 deletions include/linux/video_output.h

This file was deleted.

0 comments on commit f167a64

Please sign in to comment.