diff options
Diffstat (limited to 'include/linux/vt_buffer.h')
-rw-r--r-- | include/linux/vt_buffer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/vt_buffer.h b/include/linux/vt_buffer.h index 057db7d2f448..f38c10ba3ff5 100644 --- a/include/linux/vt_buffer.h +++ b/include/linux/vt_buffer.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #ifndef VT_BUF_HAVE_RW | 21 | #ifndef VT_BUF_HAVE_RW |
22 | #define scr_writew(val, addr) (*(addr) = (val)) | 22 | #define scr_writew(val, addr) (*(addr) = (val)) |
23 | #define scr_readw(addr) (*(addr)) | 23 | #define scr_readw(addr) (*(addr)) |
24 | #define scr_memcpyw(d, s, c) memcpy(d, s, c) | ||
25 | #define scr_memmovew(d, s, c) memmove(d, s, c) | ||
26 | #define VT_BUF_HAVE_MEMCPYW | ||
27 | #define VT_BUF_HAVE_MEMMOVEW | ||
28 | #endif | 24 | #endif |
29 | 25 | ||
30 | #ifndef VT_BUF_HAVE_MEMSETW | 26 | #ifndef VT_BUF_HAVE_MEMSETW |