diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2011-11-07 06:44:47 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2011-11-07 06:44:47 +0000 |
| commit | d745c852becf3792a2185003947324721209195a (patch) | |
| tree | 3278fb8afc568f22cc5eda0e74926191fc1857df /sys/dev/siis | |
| parent | fd1ca22afbc91a5524d01df9d38afecf3178a149 (diff) | |
Notes
Diffstat (limited to 'sys/dev/siis')
| -rw-r--r-- | sys/dev/siis/siis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/siis/siis.c b/sys/dev/siis/siis.c index a7b018a43214..97b2489ba2f7 100644 --- a/sys/dev/siis/siis.c +++ b/sys/dev/siis/siis.c @@ -91,7 +91,7 @@ static void siis_process_request_sense(device_t dev, union ccb *ccb); static void siisaction(struct cam_sim *sim, union ccb *ccb); static void siispoll(struct cam_sim *sim); -MALLOC_DEFINE(M_SIIS, "SIIS driver", "SIIS driver data buffers"); +static MALLOC_DEFINE(M_SIIS, "SIIS driver", "SIIS driver data buffers"); static struct { uint32_t id; |
