diff options
author | James Simmons <jsimmons@infradead.org> | 2007-05-08 09:37:15 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 20:15:26 +0200 |
commit | 2ee121631b9dd0291502ccac6f897907505faf8c (patch) | |
tree | 241c6fed7da9fe24c998674d6ba9d8ec1bf10f52 /drivers/video/display/Makefile | |
parent | change rivafb_remove to __devexit (diff) | |
download | linux-2ee121631b9dd0291502ccac6f897907505faf8c.tar.xz linux-2ee121631b9dd0291502ccac6f897907505faf8c.zip |
fbdev: display class
Add the new display class. This is meant to unite the various solutions to
display units ie acpi output device, auxdisplay and the defunct lcd class
in the backlight directory.
Signed-off-by: James Simmons <jsimmons@infradead.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/display/Makefile')
-rw-r--r-- | drivers/video/display/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/display/Makefile b/drivers/video/display/Makefile new file mode 100644 index 000000000000..c0ea832bf171 --- /dev/null +++ b/drivers/video/display/Makefile @@ -0,0 +1,6 @@ +# Display drivers + +display-objs := display-sysfs.o + +obj-$(CONFIG_DISPLAY_SUPPORT) += display.o + |