diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-11-11 03:34:10 -0500 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-11-11 03:34:10 -0500 |
commit | 9d6160137a8ef8bd25266ccc0f97d55863708fc6 (patch) | |
tree | 1a41b293dc82c2c48a75714f4d175d177800abd6 | |
parent | 3f9df54d6386bb632ffc00665489bb3bb3bf6ff2 (diff) |
drm: remove remnamt of old DRM code from tdfx
Signed-off-by: Dave Airlie <airlied@linux.ie>
-rw-r--r-- | drivers/char/drm/tdfx_drv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/drm/tdfx_drv.h b/drivers/char/drm/tdfx_drv.h index a582a3db4c75..857be434379f 100644 --- a/drivers/char/drm/tdfx_drv.h +++ b/drivers/char/drm/tdfx_drv.h | |||
@@ -30,10 +30,6 @@ | |||
30 | #ifndef __TDFX_H__ | 30 | #ifndef __TDFX_H__ |
31 | #define __TDFX_H__ | 31 | #define __TDFX_H__ |
32 | 32 | ||
33 | /* This remains constant for all DRM template files. | ||
34 | */ | ||
35 | #define DRM(x) tdfx_##x | ||
36 | |||
37 | /* General customization: | 33 | /* General customization: |
38 | */ | 34 | */ |
39 | 35 | ||