summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-02-05 19:32:34 +0000
committerimp <imp@FreeBSD.org>2009-02-05 19:32:34 +0000
commit49862b4836ada884821f0fdc0dafc57f98687124 (patch)
tree3efcc4ae1074e7bd7269019ceef7b19409885ba0 /sys/dev
parent10f81d10bb5b1fb0081a7f2b1fc35fc512cdc3bf (diff)
downloadFreeBSD-src-49862b4836ada884821f0fdc0dafc57f98687124.zip
FreeBSD-src-49862b4836ada884821f0fdc0dafc57f98687124.tar.gz
Make iclear return int, since that matches all function definitions of it.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/scc/scc_if.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/scc/scc_if.m b/sys/dev/scc/scc_if.m
index c67e23f..f40f64a 100644
--- a/sys/dev/scc/scc_if.m
+++ b/sys/dev/scc/scc_if.m
@@ -66,7 +66,7 @@ METHOD int enabled {
} DEFAULT default_enabled;
# iclear()
-METHOD void iclear {
+METHOD int iclear {
struct scc_softc *this;
struct scc_chan *chan;
};
OpenPOWER on IntegriCloud