summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2024-04-10 10:40:28 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2024-04-10 10:40:28 +0000
commite455b3d5247a38d28653f32b5cbd12467b72d9c7 (patch)
tree759067cee9c21d9fedfc2a2ee7cc034723ea43b3 /sys/dev/pci
parent1cafd60d9b4e1c6742d3653dfe761c69f442e28b (diff)
Remove obsolete headers.
Spotted by jsg@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/ufshci_pci.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/pci/ufshci_pci.c b/sys/dev/pci/ufshci_pci.c
index 6b63c7170e9..e5e6c985925 100644
--- a/sys/dev/pci/ufshci_pci.c
+++ b/sys/dev/pci/ufshci_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ufshci_pci.c,v 1.1 2024/04/09 14:58:41 mglocker Exp $ */
+/* $OpenBSD: ufshci_pci.c,v 1.2 2024/04/10 10:40:27 mglocker Exp $ */
/*
* Copyright (c) 2024 Marcus Glocker <mglocker@openbsd.org>
@@ -18,20 +18,10 @@
#include <sys/param.h>
#include <sys/systm.h>
-//#include <sys/buf.h>
-//#include <sys/kernel.h>
-//#include <sys/malloc.h>
#include <sys/device.h>
-//#include <sys/timeout.h>
-//#include <sys/queue.h>
-//#include <sys/mutex.h>
-//#include <sys/pool.h>
-
-//#include <machine/bus.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
-//#include <dev/pci/pcidevs.h>
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>