From 168cd830d22e1f4a4c2bde1105f9f94d40fb870d Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 16 Nov 2006 01:32:37 +0000 Subject: __unused removal on arguments; approved by core. --- sys/dev/microcode/aic7xxx/aic79xx_seq.h | 2 +- sys/dev/microcode/aic7xxx/aic7xxx_seq.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev/microcode') diff --git a/sys/dev/microcode/aic7xxx/aic79xx_seq.h b/sys/dev/microcode/aic7xxx/aic79xx_seq.h index 504e515121c..56fe0c9bcb3 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx_seq.h +++ b/sys/dev/microcode/aic7xxx/aic79xx_seq.h @@ -973,7 +973,7 @@ ahd_patch1_func(struct ahd_softc *ahd) static ahd_patch_func_t ahd_patch0_func; static int -ahd_patch0_func(struct ahd_softc *ahd __unused) +ahd_patch0_func(struct ahd_softc *ahd) { return (0); } diff --git a/sys/dev/microcode/aic7xxx/aic7xxx_seq.h b/sys/dev/microcode/aic7xxx/aic7xxx_seq.h index dd62a84b54f..493dbe1e67a 100644 --- a/sys/dev/microcode/aic7xxx/aic7xxx_seq.h +++ b/sys/dev/microcode/aic7xxx/aic7xxx_seq.h @@ -2,8 +2,8 @@ * DO NOT EDIT - This file is automatically generated * from the following source files: * - * $NetBSD: aic7xxx_seq.h,v 1.10 2006/10/12 01:31:25 christos Exp $ - * $NetBSD: aic7xxx_seq.h,v 1.10 2006/10/12 01:31:25 christos Exp $ + * $NetBSD: aic7xxx_seq.h,v 1.11 2006/11/16 01:33:06 christos Exp $ + * $NetBSD: aic7xxx_seq.h,v 1.11 2006/11/16 01:33:06 christos Exp $ */ static uint8_t seqprog[] = { 0xb2, 0x00, 0x00, 0x08, @@ -1085,7 +1085,7 @@ ahc_patch1_func(struct ahc_softc *ahc) static ahc_patch_func_t ahc_patch0_func; static int -ahc_patch0_func(struct ahc_softc *ahc __unused) +ahc_patch0_func(struct ahc_softc *ahc) { return (0); } -- cgit