diff options
Diffstat (limited to 'drivers/char/drm/tdfx_drv.h')
-rw-r--r-- | drivers/char/drm/tdfx_drv.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/char/drm/tdfx_drv.h b/drivers/char/drm/tdfx_drv.h index a582a3db4c75..84204ec1b046 100644 --- a/drivers/char/drm/tdfx_drv.h +++ b/drivers/char/drm/tdfx_drv.h | |||
@@ -1,6 +1,7 @@ | |||
1 | /* tdfx.h -- 3dfx DRM template customization -*- linux-c -*- | 1 | /* tdfx.h -- 3dfx DRM template customization -*- linux-c -*- |
2 | * Created: Wed Feb 14 12:32:32 2001 by gareth@valinux.com | 2 | * Created: Wed Feb 14 12:32:32 2001 by gareth@valinux.com |
3 | * | 3 | */ |
4 | /* | ||
4 | * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. | 5 | * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. |
5 | * All Rights Reserved. | 6 | * All Rights Reserved. |
6 | * | 7 | * |
@@ -30,10 +31,6 @@ | |||
30 | #ifndef __TDFX_H__ | 31 | #ifndef __TDFX_H__ |
31 | #define __TDFX_H__ | 32 | #define __TDFX_H__ |
32 | 33 | ||
33 | /* This remains constant for all DRM template files. | ||
34 | */ | ||
35 | #define DRM(x) tdfx_##x | ||
36 | |||
37 | /* General customization: | 34 | /* General customization: |
38 | */ | 35 | */ |
39 | 36 | ||