fix a device_t-ification.

This commit is contained in:
mrg 2009-03-29 23:46:34 +00:00
parent 9d8b358050
commit 3d4337fb88

View File

@ -279,7 +279,7 @@ int drm_irq_install(struct drm_device *dev)
}
#endif
#ifdef __NetBSD__
aprint_normal_dev(&dev->device, "interrupting at %s\n", istr);
aprint_normal_dev(dev->device, "interrupting at %s\n", istr);
#endif
/* After installing handler */