summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/wcd.c')
-rw-r--r--sys/i386/isa/wcd.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/isa/wcd.c b/sys/i386/isa/wcd.c
index a64953a..9e67f09 100644
--- a/sys/i386/isa/wcd.c
+++ b/sys/i386/isa/wcd.c
@@ -245,7 +245,8 @@ static int wcd_goaway (struct kern_devconf *kdc, int force)
return 0;
}
-int wcdattach (struct atapi *ata, int unit, struct atapi_params *ap, int debug,
+static int
+wcdattach (struct atapi *ata, int unit, struct atapi_params *ap, int debug,
struct kern_devconf *parent)
{
struct wcd *t;
@@ -368,7 +369,8 @@ void wcd_describe (struct wcd *t)
printf ("\n");
}
-int wcd_open (dev_t dev, int rawflag)
+static int
+wcd_open (dev_t dev, int rawflag)
{
int lun = UNIT(dev);
struct wcd *t;
OpenPOWER on IntegriCloud