]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[PATCH] fbdev: edid.h cleanups
authorAdrian Bunk <bunk@stusta.de>
Sun, 1 May 2005 15:59:23 +0000 (08:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:59:23 +0000 (08:59 -0700)
This patch removes some completely unused code.

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>
arch/i386/boot/compressed/misc.c
drivers/video/fbmon.c
drivers/video/vesafb.c
include/video/edid.h

index fa67045234a3c88f32ef1bcf82b26b0d89e00fba..cedc55cc47de0756df6e77afc0e94fedba2439f5 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/linkage.h>
 #include <linux/vmalloc.h>
 #include <linux/tty.h>
-#include <video/edid.h>
 #include <asm/io.h>
 
 /*
index 978def0135879836f8cd711356c7ac6b1b3f6f1f..6cd1976548d4d157ae7d530de585684f6947d3d0 100644 (file)
@@ -34,7 +34,6 @@
 #include <asm/prom.h>
 #include <asm/pci-bridge.h>
 #endif
-#include <video/edid.h>
 #include "edid.h"
 
 /* 
index 8fc1278d7fbddaac58b88d694ff90ba1e3bb1091..3027841f9c2466eb17b4b0bcb779dc11029fdc2d 100644 (file)
@@ -19,9 +19,6 @@
 #include <linux/fb.h>
 #include <linux/ioport.h>
 #include <linux/init.h>
-#ifdef __i386__
-#include <video/edid.h>
-#endif
 #include <asm/io.h>
 #include <asm/mtrr.h>
 
index abc1b489c0dbbb3e3df9630d2686ea93935579e0..b913f196131de19549787faf91a413963ada2a2c 100644 (file)
@@ -4,9 +4,6 @@
 #ifdef __KERNEL__
 
 #include <linux/config.h>
-#ifdef CONFIG_PPC_OF
-#include <linux/pci.h>
-#endif
 
 #ifdef CONFIG_X86
 struct edid_info {
@@ -14,14 +11,8 @@ struct edid_info {
 };
 
 extern struct edid_info edid_info;
-extern char *get_EDID_from_BIOS(void *);
-
 #endif /* CONFIG_X86 */
 
-#ifdef CONFIG_PPC_OF
-extern char *get_EDID_from_OF(struct pci_dev *pdev);
-#endif
-
 #endif /* __KERNEL__ */
 
 #endif /* __linux_video_edid_h__ */