summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/drmP.h
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-03-09 07:55:18 +0000
committerrnoland <rnoland@FreeBSD.org>2009-03-09 07:55:18 +0000
commit084103fa7c35965480ccfb414eba7fe760257f01 (patch)
treeec2a19738aab4e29749971884148431ddf8aeb2e /sys/dev/drm/drmP.h
parent7d9d797109b2cf2136f939594054bf4c04475391 (diff)
downloadFreeBSD-src-084103fa7c35965480ccfb414eba7fe760257f01.zip
FreeBSD-src-084103fa7c35965480ccfb414eba7fe760257f01.tar.gz
Consistently use kdev for the kernel device.
Submitted by: vehemens <vehemens@verizon.net> MFC after: 3 days
Diffstat (limited to 'sys/dev/drm/drmP.h')
-rw-r--r--sys/dev/drm/drmP.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h
index 10ba4ae..0b6ba60 100644
--- a/sys/dev/drm/drmP.h
+++ b/sys/dev/drm/drmP.h
@@ -720,10 +720,10 @@ static inline int drm_core_has_AGP(struct drm_device *dev)
extern int drm_debug_flag;
/* Device setup support (drm_drv.c) */
-int drm_probe(device_t nbdev, drm_pci_id_list_t *idlist);
-int drm_attach(device_t nbdev, drm_pci_id_list_t *idlist);
+int drm_probe(device_t kdev, drm_pci_id_list_t *idlist);
+int drm_attach(device_t kdev, drm_pci_id_list_t *idlist);
void drm_close(void *data);
-int drm_detach(device_t nbdev);
+int drm_detach(device_t kdev);
d_ioctl_t drm_ioctl;
d_open_t drm_open;
d_read_t drm_read;
OpenPOWER on IntegriCloud