Add missing <sys/device.h> include.

XXX - this is handled inconsistently accross the ath* files, maybe we
should move it to ath_netbsd.h and be done?
This commit is contained in:
martin 2005-10-25 19:59:02 +00:00
parent 4df8bb6c9b
commit 3e4f7c877a

View File

@ -39,7 +39,7 @@
__FBSDID("$FreeBSD: src/sys/dev/ath/ath_rate/sample/sample.c,v 1.8 2005/04/02 18:56:50 sam Exp $");
#endif
#ifdef __NetBSD__
__KERNEL_RCSID(0, "$NetBSD: athrate-sample.c,v 1.3 2005/07/28 02:08:04 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: athrate-sample.c,v 1.4 2005/10/25 19:59:02 martin Exp $");
#endif
@ -54,6 +54,7 @@ __KERNEL_RCSID(0, "$NetBSD: athrate-sample.c,v 1.3 2005/07/28 02:08:04 dyoung Ex
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/errno.h>
#include <sys/device.h>
#include <machine/bus.h>