summaryrefslogtreecommitdiff
path: root/include/video/tdfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/tdfx.h')
-rw-r--r--include/video/tdfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/video/tdfx.h b/include/video/tdfx.h
index befbaf0a92d8..6144633acc47 100644
--- a/include/video/tdfx.h
+++ b/include/video/tdfx.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _TDFX_H
#define _TDFX_H
@@ -196,7 +197,7 @@ struct tdfx_par {
u32 palette[16];
void __iomem *regbase_virt;
unsigned long iobase;
- int mtrr_handle;
+ int wc_cookie;
#ifdef CONFIG_FB_3DFX_I2C
struct tdfxfb_i2c_chan chan[2];
#endif