diff options
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 *); |