diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2004-08-31 02:42:48 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-31 02:42:48 -0700 |
| commit | 434c46872e1a37c21ee405424ca503e7b29be28f (patch) | |
| tree | 5616d063ac133bdd713242dc429d934ad9bfd4b3 /include | |
| parent | cf62fffab3528294d042f841b5b85392827995af (diff) | |
[PATCH] sparc64 vga.h fix
Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-sparc64/vga.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sparc64/vga.h b/include/asm-sparc64/vga.h index c2f5529c57ff..9c57eb363b40 100644 --- a/include/asm-sparc64/vga.h +++ b/include/asm-sparc64/vga.h @@ -11,6 +11,9 @@ #define VT_BUF_HAVE_RW +#undef scr_writew +#undef scr_readw + static inline void scr_writew(u16 val, u16 *addr) { BUG_ON((long) addr >= 0); |
