diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2013-04-05 08:22:11 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2013-04-05 08:22:11 +0000 |
| commit | 1139d398ea93668ee65ae02b8ceab630ca9e5487 (patch) | |
| tree | a4629330e881449334385adea8eafefa5341913c /sys/dev/ciss | |
| parent | e7e817f79c5ff2f455eecdaadd12449f1265c3f4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ciss')
| -rw-r--r-- | sys/dev/ciss/ciss.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index 490d44b2d350..b0d6516b505e 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -105,7 +105,8 @@ #include <dev/ciss/cissio.h> #include <dev/ciss/cissvar.h> -MALLOC_DEFINE(CISS_MALLOC_CLASS, "ciss_data", "ciss internal data buffers"); +static MALLOC_DEFINE(CISS_MALLOC_CLASS, "ciss_data", + "ciss internal data buffers"); /* pci interface */ static int ciss_lookup(device_t dev); |
