aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/ic
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-11-18 08:12:30 +0000
committerBruce Evans <bde@FreeBSD.org>1995-11-18 08:12:30 +0000
commitc5d1682b1471b0630cf9942e6c89f74f5847bc24 (patch)
tree6ae2972ca7e3f409118ede30d823c30000b4038b /sys/i386/isa/ic
parent27513ca73b31d5371bd82aeed639895ae924ff6d (diff)
downloadsrc-c5d1682b1471b0630cf9942e6c89f74f5847bc24.tar.gz
src-c5d1682b1471b0630cf9942e6c89f74f5847bc24.zip
Staticized an inline function. All inlines in kernel headers should be
static. The function shouldn't be here anyway. It is driver dependent, while `ic' files are supposed to only depend on the IC.
Notes
Notes: svn path=/head/; revision=12360
Diffstat (limited to 'sys/i386/isa/ic')
-rw-r--r--sys/i386/isa/ic/i82586.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/ic/i82586.h b/sys/i386/isa/ic/i82586.h
index 844bcd4cd011..612a669befa2 100644
--- a/sys/i386/isa/ic/i82586.h
+++ b/sys/i386/isa/ic/i82586.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: i82586.h,v 1.1 1993/10/12 06:53:10 rgrimes Exp $
+ * $Id: i82586.h,v 1.2 1995/10/31 18:41:47 phk Exp $
*/
/*
@@ -292,7 +292,7 @@ struct ie_config_cmd {
* but since we have the inline facility, it makes sense to use that
* instead.
*/
-inline void
+static inline void
ie_setup_config(volatile struct ie_config_cmd *cmd,
int promiscuous, int manchester) {
cmd->ie_config_count = 0x0c;