From abe9725e8cd1c4f0b1a6689d7310b18014606590 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 26 Jul 2003 03:47:56 +0000 Subject: [PATCH] Fix some recently introduced warnings. 'Declaration does not declare anything' etc. --- sys/dev/firewire/fwohcireg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/firewire/fwohcireg.h b/sys/dev/firewire/fwohcireg.h index 7ce208779528..ba81bb7b2b5c 100644 --- a/sys/dev/firewire/fwohcireg.h +++ b/sys/dev/firewire/fwohcireg.h @@ -287,7 +287,7 @@ struct ohci_registers { fwohcireg_t dummy1; fwohcireg_t dummy2; fwohcireg_t dummy3; - }; + } dummy8; /* 0x180, 0x184, 0x188, 0x18c */ /* 0x190, 0x194, 0x198, 0x19c */ /* 0x1a0, 0x1a4, 0x1a8, 0x1ac */ @@ -305,7 +305,7 @@ struct ohci_registers { fwohcireg_t cntl_clr; fwohcireg_t dummy0; fwohcireg_t cmd; - }; + } dummy9; struct ohci_itdma dma_itch[0x20]; /* 0x400, 0x404, 0x408, 0x40c */