Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Remove duplicate include of opt_ppb.h.
details: https://anonhg.NetBSD.org/src/rev/31a7b43c5421
branches: trunk
changeset: 935891:31a7b43c5421
user: rin <rin%NetBSD.org@localhost>
date: Sun Jul 12 23:52:37 2020 +0000
description:
Remove duplicate include of opt_ppb.h.
No binary changes.
diffstat:
sys/dev/pci/ppb.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (22 lines):
diff -r 302ddda99f3f -r 31a7b43c5421 sys/dev/pci/ppb.c
--- a/sys/dev/pci/ppb.c Sun Jul 12 21:18:01 2020 +0000
+++ b/sys/dev/pci/ppb.c Sun Jul 12 23:52:37 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ppb.c,v 1.69 2019/07/09 12:13:42 msaitoh Exp $ */
+/* $NetBSD: ppb.c,v 1.70 2020/07/12 23:52:37 rin Exp $ */
/*
* Copyright (c) 1996, 1998 Christopher G. Demetriou. All rights reserved.
@@ -31,11 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ppb.c,v 1.69 2019/07/09 12:13:42 msaitoh Exp $");
-
-#ifdef _KERNEL_OPT
-#include "opt_ppb.h"
-#endif
+__KERNEL_RCSID(0, "$NetBSD: ppb.c,v 1.70 2020/07/12 23:52:37 rin Exp $");
#ifdef _KERNEL_OPT
#include "opt_ppb.h"
Home |
Main Index |
Thread Index |
Old Index