diff options
author | 2009-04-03 14:36:23 +0000 | |
---|---|---|
committer | 2009-04-03 14:36:23 +0000 | |
commit | 89de0c4462b6c5ec873efbacd4a0e677680399a9 (patch) | |
tree | 52fb75e9836510efc1301ec9eba412976ca62248 | |
parent | dead function. (diff) | |
download | wireguard-openbsd-89de0c4462b6c5ec873efbacd4a0e677680399a9.tar.xz wireguard-openbsd-89de0c4462b6c5ec873efbacd4a0e677680399a9.zip |
More dead typdefs and defines.
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index 8e1541011c8..b618b3915f3 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -90,13 +90,6 @@ /* Deal with netbsd code where only the print statements differ */ #define printk printf -enum { - DRM_IS_NOT_AGP, - DRM_IS_AGP, - DRM_MIGHT_BE_AGP -}; -#define DRM_AGP_MEM struct agp_memory_info - /* D_CLONE only supports one device, this will be fixed eventually */ #define drm_get_device_from_kdev(_kdev) \ (drm_cd.cd_ndevs > 0 ? drm_cd.cd_devs[0] : NULL) |