summaryrefslogtreecommitdiffstats
path: root/sys/dev/cm/smc90cx6.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-12-13 14:06:01 +0000
committered <ed@FreeBSD.org>2011-12-13 14:06:01 +0000
commit8f4291328fc8c526ced0d1d7afe013bc464ae0c3 (patch)
tree6511ce1e1f47db206a8f3a23f568bfc5fc44a836 /sys/dev/cm/smc90cx6.c
parent036b3a534b9846a059e610aff7167bf252da5fdd (diff)
downloadFreeBSD-src-8f4291328fc8c526ced0d1d7afe013bc464ae0c3.zip
FreeBSD-src-8f4291328fc8c526ced0d1d7afe013bc464ae0c3.tar.gz
Replace `inline static' by `static inline'.
If I interpret the C standard correctly, the storage specifier should be placed before the inline keyword. While at it, replace __inline by inline in the files affected.
Diffstat (limited to 'sys/dev/cm/smc90cx6.c')
-rw-r--r--sys/dev/cm/smc90cx6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cm/smc90cx6.c b/sys/dev/cm/smc90cx6.c
index 719e468..eb89675 100644
--- a/sys/dev/cm/smc90cx6.c
+++ b/sys/dev/cm/smc90cx6.c
@@ -596,7 +596,7 @@ cleanup:
}
}
-__inline static void
+static inline void
cm_tint_locked(sc, isr)
struct cm_softc *sc;
int isr;
OpenPOWER on IntegriCloud