[PATCH] fbdev: edid.h cleanups
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>
This commit is contained in:
parent
917bb0771a
commit
5f76be80d9
|
@ -12,7 +12,6 @@
|
||||||
#include <linux/linkage.h>
|
#include <linux/linkage.h>
|
||||||
#include <linux/vmalloc.h>
|
#include <linux/vmalloc.h>
|
||||||
#include <linux/tty.h>
|
#include <linux/tty.h>
|
||||||
#include <video/edid.h>
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
#include <asm/prom.h>
|
#include <asm/prom.h>
|
||||||
#include <asm/pci-bridge.h>
|
#include <asm/pci-bridge.h>
|
||||||
#endif
|
#endif
|
||||||
#include <video/edid.h>
|
|
||||||
#include "edid.h"
|
#include "edid.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -19,9 +19,6 @@
|
||||||
#include <linux/fb.h>
|
#include <linux/fb.h>
|
||||||
#include <linux/ioport.h>
|
#include <linux/ioport.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#ifdef __i386__
|
|
||||||
#include <video/edid.h>
|
|
||||||
#endif
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/mtrr.h>
|
#include <asm/mtrr.h>
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
#ifdef CONFIG_PPC_OF
|
|
||||||
#include <linux/pci.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_X86
|
#ifdef CONFIG_X86
|
||||||
struct edid_info {
|
struct edid_info {
|
||||||
|
@ -14,14 +11,8 @@ struct edid_info {
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct edid_info edid_info;
|
extern struct edid_info edid_info;
|
||||||
extern char *get_EDID_from_BIOS(void *);
|
|
||||||
|
|
||||||
#endif /* CONFIG_X86 */
|
#endif /* CONFIG_X86 */
|
||||||
|
|
||||||
#ifdef CONFIG_PPC_OF
|
|
||||||
extern char *get_EDID_from_OF(struct pci_dev *pdev);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* __KERNEL__ */
|
#endif /* __KERNEL__ */
|
||||||
|
|
||||||
#endif /* __linux_video_edid_h__ */
|
#endif /* __linux_video_edid_h__ */
|
||||||
|
|
Loading…
Reference in New Issue