From 785a5193b76b9017a91d08dd78a2792220da160e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= Date: Fri, 29 Jul 2005 18:14:06 +0000 Subject: Remove stale struct ata_channel declaration. Reported by: rodrigc --- sys/dev/ata/ata-all.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/ata/ata-all.h') diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h index 396a0fdee883..aaa3c1434179 100644 --- a/sys/dev/ata/ata-all.h +++ b/sys/dev/ata/ata-all.h @@ -434,7 +434,6 @@ struct ata_dmasetprd_args { int error; }; -struct ata_channel {}; /* structure holding DMA related information */ struct ata_dma { bus_dma_tag_t dmatag; /* parent DMA tag */ -- cgit v1.2.3