diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-01-29 11:44:06 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-01-29 11:44:06 +0000 |
commit | 9f03bbe3d64a70fba8bbf1c0be15296551939b4d (patch) | |
tree | 820870cacbf304bd6b122bb6dedafa7cffd93ff7 /sys/dev/pci/drm/drmP.h | |
parent | a808bb676372db0da9ec61d7050b82b6b0bf6c6f (diff) |
Move drmmmap to the main driver file. It's stupid to have a file with
one (not particlarly large) function in it.
Diffstat (limited to 'sys/dev/pci/drm/drmP.h')
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index 9c5892be2d2..fd3f9b05e4b 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -558,8 +558,6 @@ struct device *drm_attach_pci(const struct drm_driver_info *, dev_type_ioctl(drmioctl); dev_type_open(drmopen); dev_type_close(drmclose); -dev_type_read(drmread); -dev_type_poll(drmpoll); dev_type_mmap(drmmmap); extern drm_local_map_t *drm_getsarea(struct drm_device *); |