Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 772
b: refs/heads/master
c: 5f76be8
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 1, 2005
1 parent 1c4125c commit 4e005f5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 917bb0771aa077f62a3de75028a45f243d3954a8
refs/heads/master: 5f76be80d96f60adfc91f2acf22b146ce0e3072f
1 change: 0 additions & 1 deletion trunk/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 trunk/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 trunk/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 trunk/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 4e005f5

Please sign in to comment.