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/xen/blkback | |
| parent | fd1ca22afbc91a5524d01df9d38afecf3178a149 (diff) | |
Notes
Diffstat (limited to 'sys/dev/xen/blkback')
| -rw-r--r-- | sys/dev/xen/blkback/blkback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/blkback/blkback.c b/sys/dev/xen/blkback/blkback.c index e52c34234b9d..c42bfd9b88d4 100644 --- a/sys/dev/xen/blkback/blkback.c +++ b/sys/dev/xen/blkback/blkback.c @@ -121,7 +121,7 @@ __FBSDID("$FreeBSD$"); /** * Custom malloc type for all driver allocations. */ -MALLOC_DEFINE(M_XENBLOCKBACK, "xbbd", "Xen Block Back Driver Data"); +static MALLOC_DEFINE(M_XENBLOCKBACK, "xbbd", "Xen Block Back Driver Data"); #ifdef XBB_DEBUG #define DPRINTF(fmt, args...) \ |
