diff options
| author | christos <christos@NetBSD.org> | 2005-05-31 00:49:12 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-05-31 00:49:12 +0000 |
| commit | 3e8958bef314af6dbd621b624d85fbb36a8709c0 (patch) | |
| tree | bc0bbea25af58dd17d5cfaa6f133495739abe467 /sys/dev/microcode/isp | |
| parent | 7e60536d558d0ffbbed372e6b69960800fa0a4eb (diff) | |
remove bogus cast.
Diffstat (limited to 'sys/dev/microcode/isp')
| -rw-r--r-- | sys/dev/microcode/isp/asm_sbus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/isp/asm_sbus.h b/sys/dev/microcode/isp/asm_sbus.h index 94f6b238e06..998799f9772 100644 --- a/sys/dev/microcode/isp/asm_sbus.h +++ b/sys/dev/microcode/isp/asm_sbus.h @@ -1,4 +1,4 @@ -/* $NetBSD: asm_sbus.h,v 1.18 2005/02/27 00:27:24 perry Exp $ */ +/* $NetBSD: asm_sbus.h,v 1.19 2005/05/31 00:49:12 christos Exp $ */ /* * Copyright (C) 1995, 1996, 1997, 1998, 1999 Qlogic, Inc. * All rights reserved. @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define ISP_1000_RISC_CODE (u_int16_t *) isp_1000_risc_code +#define ISP_1000_RISC_CODE isp_1000_risc_code #if defined(ISP_COMPILE_FW) || defined(ISP_COMPILE_1000_FW) #ifndef ISP_TARGET_MODE |
