diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-26 00:26:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 09:58:28 -0700 |
commit | 22f4a00fd5207a107fb81984f7b4cc09e5047b45 (patch) | |
tree | d051e758c7a2e509605ee0d699b973f3067ed031 /drivers/video/fbmon.c | |
parent | 31c5cdba69c3c6e9bb1aaf15870f5c23402267e0 (diff) | |
download | op-kernel-dev-22f4a00fd5207a107fb81984f7b4cc09e5047b45.zip op-kernel-dev-22f4a00fd5207a107fb81984f7b4cc09e5047b45.tar.gz |
[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/fbmon.c')
-rw-r--r-- | drivers/video/fbmon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/fbmon.c b/drivers/video/fbmon.c index 53beeb4..fbbcb71 100644 --- a/drivers/video/fbmon.c +++ b/drivers/video/fbmon.c @@ -29,9 +29,9 @@ #include <linux/tty.h> #include <linux/fb.h> #include <linux/module.h> +#include <linux/pci.h> #include <video/edid.h> #ifdef CONFIG_PPC_OF -#include <linux/pci.h> #include <asm/prom.h> #include <asm/pci-bridge.h> #endif @@ -1282,7 +1282,6 @@ int fb_validate_mode(const struct fb_var_screeninfo *var, struct fb_info *info) } #if defined(CONFIG_FB_FIRMWARE_EDID) && defined(__i386__) -#include <linux/pci.h> /* * We need to ensure that the EDID block is only returned for |