Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285010
b: refs/heads/master
c: e9356f4
h: refs/heads/master
v: v3
  • Loading branch information
David Howells committed Dec 13, 2011
1 parent 58ac009 commit 96797ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 87d2f5e39835b990d3c78d25144dc05b068f697e
refs/heads/master: e9356f4da3ffba7ab826ec3ea5f31f414f5b2a95
6 changes: 2 additions & 4 deletions trunk/include/video/edid.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
#ifndef __linux_video_edid_h__
#define __linux_video_edid_h__

#if !defined(__KERNEL__) || defined(CONFIG_X86)

struct edid_info {
unsigned char dummy[128];
};

#ifdef __KERNEL__
#ifdef CONFIG_X86
extern struct edid_info edid_info;
#endif /* __KERNEL__ */

#endif
#endif

#endif /* __linux_video_edid_h__ */

0 comments on commit 96797ff

Please sign in to comment.