aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tdfx/tdfx_vars.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-09-28 20:56:32 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-09-28 20:56:32 +0000
commita3ae595729fcd63e2be5e4130e05b486a8a58009 (patch)
tree5445349a79deb99e7568d397a71944333638516f /sys/dev/tdfx/tdfx_vars.h
parentfeea0ab05b97f41e7b7ff0be021c8e8d126db6cc (diff)
downloadsrc-a3ae595729fcd63e2be5e4130e05b486a8a58009.tar.gz
src-a3ae595729fcd63e2be5e4130e05b486a8a58009.zip
Disabuse this driver of the notion that it needs to include
<sys/bus_private.h> to find the unit from a device_t. Spotted by: FlexeLint
Notes
Notes: svn path=/head/; revision=104111
Diffstat (limited to 'sys/dev/tdfx/tdfx_vars.h')
-rw-r--r--sys/dev/tdfx/tdfx_vars.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/tdfx/tdfx_vars.h b/sys/dev/tdfx/tdfx_vars.h
index 890a3e2e2222..55bb060ea0df 100644
--- a/sys/dev/tdfx/tdfx_vars.h
+++ b/sys/dev/tdfx/tdfx_vars.h
@@ -39,7 +39,6 @@
#include <sys/memrange.h>
#include <sys/param.h>
-#include <sys/bus_private.h>
#include <sys/bus.h>
#include <sys/cdefs.h>