# HG changeset patch # User Richard Lowe # Date 1305505455 -3600 # Node ID ed8234f32fb82d47b0439fcd29a8044f6642950d # Parent b8164899269ee87d13182afd75bccf2a02112ba3 1199 efe_restart should be as static as its prototype Reviewed by: Jason King Reviewed by: Gordon Ross Approved by: Eric Schrock diff -r b8164899269e -r ed8234f32fb8 usr/src/uts/common/io/efe/efe.c --- a/usr/src/uts/common/io/efe/efe.c Mon May 16 01:22:14 2011 +0100 +++ b/usr/src/uts/common/io/efe/efe.c Mon May 16 01:24:15 2011 +0100 @@ -1098,7 +1098,7 @@ efe_error(efep->efe_dip, "timed out stopping DMA engine!"); } -inline void +static inline void efe_restart(efe_t *efep) { efe_stop(efep);