From 2221e16703bf5bf813a98926b968bd5b28eb5d70 Mon Sep 17 00:00:00 2001 From: vehemens Date: Sun, 8 Mar 2009 18:17:15 -0700 Subject: FreeBSD use kdev for kernel device name Signed-off-by: Robert Noland --- bsd-core/drmP.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bsd-core/drmP.h') diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h index 43910278..b1ae993c 100644 --- a/bsd-core/drmP.h +++ b/bsd-core/drmP.h @@ -717,10 +717,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; -- cgit v1.2.3