Skip to content

Commit

Permalink
[PATCH] fbdev: edid.h cleanups
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 1, 2005
1 parent 917bb07 commit 5f76be8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion arch/i386/boot/compressed/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <linux/linkage.h>
#include <linux/vmalloc.h>
#include <linux/tty.h>
#include <video/edid.h>
#include <asm/io.h>

/*
Expand Down
1 change: 0 additions & 1 deletion drivers/video/fbmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include <asm/prom.h>
#include <asm/pci-bridge.h>
#endif
#include <video/edid.h>
#include "edid.h"

/*
Expand Down
3 changes: 0 additions & 3 deletions drivers/video/vesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
9 changes: 0 additions & 9 deletions include/video/edid.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,15 @@
#ifdef __KERNEL__

#include <linux/config.h>
#ifdef CONFIG_PPC_OF
#include <linux/pci.h>
#endif

#ifdef CONFIG_X86
struct edid_info {
unsigned char dummy[128];
};

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__ */

0 comments on commit 5f76be8

Please sign in to comment.