aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-cd.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-12-08 20:09:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-12-08 20:09:00 +0000
commit959b7375edc06472c448b83fcfc187ed41edd715 (patch)
tree3d89528d62b34f14d3286d2c0c78e7c2fee71f3b /sys/dev/ata/atapi-cd.c
parentcc3f51b5373ab21a53d8a3a55f0b9e9ddec5fa7a (diff)
Notes
Diffstat (limited to 'sys/dev/ata/atapi-cd.c')
-rw-r--r--sys/dev/ata/atapi-cd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-cd.c b/sys/dev/ata/atapi-cd.c
index c3509cf486eff..f32c5b7aceb3f 100644
--- a/sys/dev/ata/atapi-cd.c
+++ b/sys/dev/ata/atapi-cd.c
@@ -98,7 +98,7 @@ static int acd_set_speed(struct acd_softc *cdp, int);
/* internal vars */
static u_int32_t acd_lun_map = 0;
-MALLOC_DEFINE(M_ACD, "ACD driver", "ATAPI CD driver buffers");
+static MALLOC_DEFINE(M_ACD, "ACD driver", "ATAPI CD driver buffers");
int
acdattach(struct atapi_softc *atp)