diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/io/efe/efe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/efe/efe.c b/usr/src/uts/common/io/efe/efe.c index 0c5473ce56..2b5c5b1fbe 100644 --- a/usr/src/uts/common/io/efe/efe.c +++ b/usr/src/uts/common/io/efe/efe.c @@ -1098,7 +1098,7 @@ efe_stop_dma(efe_t *efep) efe_error(efep->efe_dip, "timed out stopping DMA engine!"); } -inline void +static inline void efe_restart(efe_t *efep) { efe_stop(efep); |