提交 5f76be80 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

[PATCH] fbdev: edid.h cleanups

This patch removes some completely unused code.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NAntonino Daplas <adaplas@pol.net>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 917bb077
......@@ -12,7 +12,6 @@
#include <linux/linkage.h>
#include <linux/vmalloc.h>
#include <linux/tty.h>
#include <video/edid.h>
#include <asm/io.h>
/*
......
......@@ -34,7 +34,6 @@
#include <asm/prom.h>
#include <asm/pci-bridge.h>
#endif
#include <video/edid.h>
#include "edid.h"
/*
......
......@@ -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>
......
......@@ -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__ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册