aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/joy/joy.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-12 20:39:35 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-12 20:39:35 +0000
commitd00177ef7e7e57f302f1dbe35e2f8f7d3d30f0ca (patch)
tree2118801780c40d3afd2dcd4a4c3c5ecd7137a552 /sys/dev/joy/joy.c
parentb4c7ee1c095125c1961921a2cc48b084b47dcfed (diff)
downloadsrc-d00177ef7e7e57f302f1dbe35e2f8f7d3d30f0ca.tar.gz
src-d00177ef7e7e57f302f1dbe35e2f8f7d3d30f0ca.zip
Make this kld'able (#include "joy.h" no longer required as there are no
references to NJOY any more after newbusification)
Notes
Notes: svn path=/head/; revision=54510
Diffstat (limited to 'sys/dev/joy/joy.c')
-rw-r--r--sys/dev/joy/joy.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c
index 0d3a4a0e880b..a089f3bdd8c0 100644
--- a/sys/dev/joy/joy.c
+++ b/sys/dev/joy/joy.c
@@ -26,11 +26,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $FreeBSD$
- *
*/
-#include "joy.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>