diff options
author | Rik Faith <faith@alephnull.com> | 2000-07-20 01:14:58 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-07-20 01:14:58 +0000 |
commit | e8c9ed03f8d950ef82c09e387001b2fd43b81182 (patch) | |
tree | 1c9b33bc7eaacedf2293c52ced655908603028ce /linux/drmP.h | |
parent | 742c33bf6197e6ed18c7de89c7d895fecafaa838 (diff) |
Fixed for monolithic kernel build
Diffstat (limited to 'linux/drmP.h')
-rw-r--r-- | linux/drmP.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drmP.h b/linux/drmP.h index 3362313e..06dc6afa 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -50,6 +50,9 @@ #ifdef CONFIG_MTRR #include <asm/mtrr.h> #endif +#ifdef CONFIG_AGP +#define DRM_AGP +#endif #ifdef DRM_AGP #include <linux/types.h> #include <linux/agp_backend.h> |