summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-04-03 14:36:24 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-04-03 14:36:24 +0000
commitfe851f8cff03bb2d08ae8da8a7122d9fb320ed49 (patch)
treea0004876b8bcb6446d350143eff3d3c473f88a2f /sys/dev
parent7b981bf3dacc94fa3869959ee3ac8b51ce044614 (diff)
More dead typdefs and defines.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/drm/drmP.h7
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)