diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-07-11 17:31:23 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-07-11 17:31:23 +0000 |
commit | 96c7ddd0b306927d8053114ffe456a3a6379677d (patch) | |
tree | 157ccab09e50bb9bdd6c4158248bb17657953b53 /sys/dev/ic/aic79xx.c | |
parent | 024bf07870b67ce7a72e80266d2b22528fa224e2 (diff) |
Nuke an '__inline' that upset clang. Multi-line function should not
be inline anyway. Found by jsg@. The last kernel file that clang
complains about.
ok marco@ jsg@
Diffstat (limited to 'sys/dev/ic/aic79xx.c')
-rw-r--r-- | sys/dev/ic/aic79xx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index 0753d02e3f3..62797a4ab0d 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.44 2008/06/25 18:21:48 deraadt Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.45 2009/07/11 17:31:22 krw Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -7049,8 +7049,8 @@ ahd_resume(struct ahd_softc *ahd) * scbid that should be restored once manipualtion * of the TCL entry is complete. */ -__inline u_int ahd_index_busy_tcl(struct ahd_softc *, u_int *, u_int); -__inline u_int +u_int ahd_index_busy_tcl(struct ahd_softc *, u_int *, u_int); +u_int ahd_index_busy_tcl(struct ahd_softc *ahd, u_int *saved_scbid, u_int tcl) { /* |