Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/cavium/dev Remove duplicate #include



details:   https://anonhg.NetBSD.org/src/rev/ecc0a230e246
branches:  trunk
changeset: 836224:ecc0a230e246
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 04 15:21:23 2018 +0000

description:
Remove duplicate #include

diffstat:

 sys/arch/mips/cavium/dev/octeon_fpa.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 405abb3dd112 -r ecc0a230e246 sys/arch/mips/cavium/dev/octeon_fpa.c
--- a/sys/arch/mips/cavium/dev/octeon_fpa.c     Thu Oct 04 13:38:41 2018 +0000
+++ b/sys/arch/mips/cavium/dev/octeon_fpa.c     Thu Oct 04 15:21:23 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: octeon_fpa.c,v 1.1 2015/04/29 08:32:01 hikaru Exp $    */
+/*     $NetBSD: octeon_fpa.c,v 1.2 2018/10/04 15:21:23 skrll Exp $     */
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -29,9 +29,7 @@
 #undef FPADEBUG
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_fpa.c,v 1.1 2015/04/29 08:32:01 hikaru Exp $");
-
-#include "opt_octeon.h"
+__KERNEL_RCSID(0, "$NetBSD: octeon_fpa.c,v 1.2 2018/10/04 15:21:23 skrll Exp $");
 
 #include "opt_octeon.h"
 



Home | Main Index | Thread Index | Old Index