Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic remove include of <machine/cpufunc.h>, it's not u...
details: https://anonhg.NetBSD.org/src/rev/06491627bb7c
branches: trunk
changeset: 521709:06491627bb7c
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Feb 03 23:32:10 2002 +0000
description:
remove include of <machine/cpufunc.h>, it's not used here
fixes compile (at least) on arm32
diffstat:
sys/dev/ic/joy.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 0ff7c5a7acad -r 06491627bb7c sys/dev/ic/joy.c
--- a/sys/dev/ic/joy.c Sun Feb 03 23:30:03 2002 +0000
+++ b/sys/dev/ic/joy.c Sun Feb 03 23:32:10 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: joy.c,v 1.1 2002/02/02 18:37:44 jdolecek Exp $ */
+/* $NetBSD: joy.c,v 1.2 2002/02/03 23:32:10 pooka Exp $ */
/*-
* Copyright (c) 1995 Jean-Marc Zucconi
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: joy.c,v 1.1 2002/02/02 18:37:44 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: joy.c,v 1.2 2002/02/03 23:32:10 pooka Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -44,7 +44,6 @@
#include <machine/cpu.h>
#include <machine/pio.h>
-#include <machine/cpufunc.h>
#include <machine/joystick.h>
#include <machine/conf.h>
Home |
Main Index |
Thread Index |
Old Index