diff options
-rw-r--r-- | drivers/char/agp/intel-gtt.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/char/agp/intel-gtt.c b/drivers/char/agp/intel-gtt.c index 8a30a16c5706..2470040023d3 100644 --- a/drivers/char/agp/intel-gtt.c +++ b/drivers/char/agp/intel-gtt.c | |||
@@ -59,12 +59,6 @@ static struct gatt_mask intel_i810_masks[] = | |||
59 | .type = INTEL_AGP_CACHED_MEMORY} | 59 | .type = INTEL_AGP_CACHED_MEMORY} |
60 | }; | 60 | }; |
61 | 61 | ||
62 | #define INTEL_AGP_UNCACHED_MEMORY 0 | ||
63 | #define INTEL_AGP_CACHED_MEMORY_LLC 1 | ||
64 | #define INTEL_AGP_CACHED_MEMORY_LLC_GFDT 2 | ||
65 | #define INTEL_AGP_CACHED_MEMORY_LLC_MLC 3 | ||
66 | #define INTEL_AGP_CACHED_MEMORY_LLC_MLC_GFDT 4 | ||
67 | |||
68 | struct intel_gtt_driver { | 62 | struct intel_gtt_driver { |
69 | unsigned int gen : 8; | 63 | unsigned int gen : 8; |
70 | unsigned int is_g33 : 1; | 64 | unsigned int is_g33 : 1; |