Module Name: src
Committed By: msaitoh
Date: Thu Aug 23 04:04:35 UTC 2018
Modified Files:
src/sys/arch/sun68k/include: cpu.h
Log Message:
Remove inclusion of old m68k/sysctl.h
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sun68k/include/cpu.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sun68k/include/cpu.h
diff -u src/sys/arch/sun68k/include/cpu.h:1.23 src/sys/arch/sun68k/include/cpu.h:1.24
--- src/sys/arch/sun68k/include/cpu.h:1.23 Sat Oct 19 19:20:59 2013
+++ src/sys/arch/sun68k/include/cpu.h Thu Aug 23 04:04:34 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.23 2013/10/19 19:20:59 christos Exp $ */
+/* $NetBSD: cpu.h,v 1.24 2018/08/23 04:04:34 msaitoh Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -167,5 +167,4 @@ void fb_unblank(void);
#endif /* _KERNEL */
-#include <m68k/sysctl.h>
#endif /* _CPU_H_ */