Remove obsolete headers.
authormglocker <mglocker@openbsd.org>
Wed, 10 Apr 2024 10:40:27 +0000 (10:40 +0000)
committermglocker <mglocker@openbsd.org>
Wed, 10 Apr 2024 10:40:27 +0000 (10:40 +0000)
Spotted by jsg@

sys/dev/pci/ufshci_pci.c

index 6b63c71..e5e6c98 100644 (file)
@@ -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>
 
 #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>