From: ASOU Masato Subject: Remove unnecessary structure declaration To: tech@openbsd.org Cc: Masato ASOU Date: Wed, 12 Jun 2024 16:43:09 +0900 comments, ok? Index: sys/dev/ic/nvmevar.h =================================================================== RCS file: /cvs/src/sys/dev/ic/nvmevar.h,v diff -u -p -r1.29 nvmevar.h --- sys/dev/ic/nvmevar.h 13 May 2024 11:41:52 -0000 1.29 +++ sys/dev/ic/nvmevar.h 12 Jun 2024 07:35:13 -0000 @@ -32,7 +32,6 @@ struct nvme_dmamem { #define NVME_DMA_KVA(_ndm) ((void *)(_ndm)->ndm_kva) struct nvme_softc; -struct nvme_queue; struct nvme_ccb { SIMPLEQ_ENTRY(nvme_ccb) ccb_entry; -- ASOU Masato