diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-12-17 17:32:24 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-12-17 17:32:24 -0800 |
commit | 65cd18b97bc533b24031d6eb882fd3074779ceba (patch) | |
tree | b28a192db85f5ade428ad6c109b202be41b2a419 /src/common.h | |
parent | bf43f8ce736d91659c2757fb39b13e63bc5891a4 (diff) | |
parent | 6823ca87f3b1ef3b28ed167254dcfce2a80467df (diff) |
Merge branch 'modesetting' into crestline
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 47d564d0..d061a7f2 100644 --- a/src/common.h +++ b/src/common.h @@ -96,7 +96,7 @@ extern void I830DPRINTF_stub(const char *filename, int line, const char *function, const char *fmt, ...); #ifdef _I830_H_ -#define PrintErrorState I830PrintErrorState +#define PrintErrorState i830_dump_error_state #define WaitRingFunc I830WaitLpRing #define RecPtr pI830 #else |