summaryrefslogtreecommitdiffstats
path: root/sys/dev/scd
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-09-19 18:55:37 +0000
committerbde <bde@FreeBSD.org>1995-09-19 18:55:37 +0000
commit190b17ed87280b0d691911615b093f2da62f8ac4 (patch)
tree083e432bb7d4d36885717d7d3e4c7b3effacecf4 /sys/dev/scd
parent85bf2e6eb15393415f53809c3cf9ff8a133490e1 (diff)
downloadFreeBSD-src-190b17ed87280b0d691911615b093f2da62f8ac4.zip
FreeBSD-src-190b17ed87280b0d691911615b093f2da62f8ac4.tar.gz
Fix benign type mismatches in isa interrupt handlers. Many returned int
instead of void.
Diffstat (limited to 'sys/dev/scd')
-rw-r--r--sys/dev/scd/scd.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c
index 6a8ee5d..b5aacd8 100644
--- a/sys/dev/scd/scd.c
+++ b/sys/dev/scd/scd.c
@@ -41,7 +41,7 @@
*/
-/* $Id: scd.c,v 1.5 1995/05/30 08:03:02 rgrimes Exp $ */
+/* $Id: scd.c,v 1.6 1995/09/08 11:07:55 bde Exp $ */
/* Please send any comments to micke@dynas.se */
@@ -500,12 +500,6 @@ scdsize(dev_t dev)
return -1;
}
-void
-scdintr()
-{
- return;
-}
-
/***************************************************************
* lower level of driver starts here
**************************************************************/
OpenPOWER on IntegriCloud