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 opt_ahcisata_pci.h include



details:   https://anonhg.NetBSD.org/src/rev/8c6d002463d7
branches:  trunk
changeset: 948673:8c6d002463d7
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Dec 28 20:01:46 2020 +0000

description:
Remove duplicate opt_ahcisata_pci.h include

diffstat:

 sys/dev/pci/ahcisata_pci.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 593391c222de -r 8c6d002463d7 sys/dev/pci/ahcisata_pci.c
--- a/sys/dev/pci/ahcisata_pci.c        Mon Dec 28 19:47:42 2020 +0000
+++ b/sys/dev/pci/ahcisata_pci.c        Mon Dec 28 20:01:46 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ahcisata_pci.c,v 1.57 2020/01/18 11:26:11 simonb Exp $ */
+/*     $NetBSD: ahcisata_pci.c,v 1.58 2020/12/28 20:01:46 jmcneill Exp $       */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,11 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.57 2020/01/18 11:26:11 simonb Exp $");
-
-#ifdef _KERNEL_OPT
-#include "opt_ahcisata_pci.h"
-#endif
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.58 2020/12/28 20:01:46 jmcneill Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ahcisata_pci.h"



Home | Main Index | Thread Index | Old Index