aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/tgafb.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-06-26 00:26:28 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-26 09:58:28 -0700
commit22f4a00fd5207a107fb81984f7b4cc09e5047b45 (patch)
treed051e758c7a2e509605ee0d699b973f3067ed031 /drivers/video/tgafb.c
parent[PATCH] fbdev: cleanup the CONFIG_VIDEO_SELECT mess (diff)
downloadlinux-dev-22f4a00fd5207a107fb81984f7b4cc09e5047b45.tar.xz
linux-dev-22f4a00fd5207a107fb81984f7b4cc09e5047b45.zip
[PATCH] fbdev: Remove duplicate #include's
Remove unneeded duplicate #include's of the same header file. In the case of fbmon.c linux/pci.h is now #include'd unconditional, but this should be safe. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/tgafb.c')
-rw-r--r--drivers/video/tgafb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/tgafb.c b/drivers/video/tgafb.c
index 7398bd48ba6c..6c2c78ab9827 100644
--- a/drivers/video/tgafb.c
+++ b/drivers/video/tgafb.c
@@ -26,7 +26,6 @@
#include <linux/selection.h>
#include <asm/io.h>
#include <video/tgafb.h>
-#include <linux/selection.h>
/*
* Local functions.