diff options
Diffstat (limited to 'kernel/include/video/kyro.h')
-rw-r--r-- | kernel/include/video/kyro.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/include/video/kyro.h b/kernel/include/video/kyro.h index c563968e9..b958c2e9c 100644 --- a/kernel/include/video/kyro.h +++ b/kernel/include/video/kyro.h @@ -35,9 +35,7 @@ struct kyrofb_info { /* Useful to hold depth here for Linux */ u8 PIXDEPTH; -#ifdef CONFIG_MTRR - int mtrr_handle; -#endif + int wc_cookie; }; extern int kyro_dev_init(void); |