Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/jdolecek-ncq]: src/sys/arch/amiga/dev remove <sys/param.h> include again...



details:   https://anonhg.NetBSD.org/src/rev/b837719b3f5b
branches:  jdolecek-ncq
changeset: 823044:b837719b3f5b
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Sep 29 20:07:40 2017 +0000

description:
remove <sys/param.h> include again, atavar.h no longer needs it

diffstat:

 sys/arch/amiga/dev/wdc_xsurf.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4ee272b767e6 -r b837719b3f5b sys/arch/amiga/dev/wdc_xsurf.c
--- a/sys/arch/amiga/dev/wdc_xsurf.c    Fri Sep 29 20:05:07 2017 +0000
+++ b/sys/arch/amiga/dev/wdc_xsurf.c    Fri Sep 29 20:07:40 2017 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: wdc_xsurf.c,v 1.2.30.3 2017/09/27 07:19:33 jdolecek Exp $ */
+/*      $NetBSD: wdc_xsurf.c,v 1.2.30.4 2017/09/29 20:07:40 jdolecek Exp $ */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -35,7 +35,6 @@
 
 #include <sys/systm.h>
 #include <sys/types.h>
-#include <sys/param.h>
 #include <sys/device.h>
 #include <sys/bus.h>
 #include <sys/conf.h>



Home | Main Index | Thread Index | Old Index