summaryrefslogtreecommitdiffstats
path: root/sys/dev/snc/if_sncvar.h
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2009-06-11 17:14:28 +0000
committeravg <avg@FreeBSD.org>2009-06-11 17:14:28 +0000
commitd5ad944b79d33fa75c3e6f59b5cd900550993783 (patch)
tree99454c55202dfe1adf0ecef7f0dcf12ee4d6f372 /sys/dev/snc/if_sncvar.h
parent81fd220c2be02fb5701cdd81386668eb242d435d (diff)
downloadFreeBSD-src-d5ad944b79d33fa75c3e6f59b5cd900550993783.zip
FreeBSD-src-d5ad944b79d33fa75c3e6f59b5cd900550993783.tar.gz
strict kobj sigs: fix assortment of device_detach and device_shutdown impls
with common issue of having void return type instead of int Reviewed by: imp, current@ Approved by: jhb (mentor)
Diffstat (limited to 'sys/dev/snc/if_sncvar.h')
-rw-r--r--sys/dev/snc/if_sncvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/snc/if_sncvar.h b/sys/dev/snc/if_sncvar.h
index 8b6a75b..05d699b 100644
--- a/sys/dev/snc/if_sncvar.h
+++ b/sys/dev/snc/if_sncvar.h
@@ -44,4 +44,4 @@ int snc_alloc_irq (device_t, int, int);
int snc_probe (device_t, int);
int snc_attach (device_t);
-void snc_shutdown (device_t);
+int snc_shutdown (device_t);
OpenPOWER on IntegriCloud