summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-11-06 18:50:01 +0000
committermav <mav@FreeBSD.org>2015-11-06 18:50:01 +0000
commitbb5898dcfd422af78f1385b70c6581d7e1d7ca69 (patch)
tree94c612ce15b589f721be70d46844157407214347 /sys/cam
parent05f60ecd0c5372cb73f7aa043a66fe3e292dda8f (diff)
downloadFreeBSD-src-bb5898dcfd422af78f1385b70c6581d7e1d7ca69.zip
FreeBSD-src-bb5898dcfd422af78f1385b70c6581d7e1d7ca69.tar.gz
Removed unused malloc types.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> MFC after: 1 week
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/ata/ata_da.c2
-rw-r--r--sys/cam/ata/ata_pmp.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/cam/ata/ata_da.c b/sys/cam/ata/ata_da.c
index 1ecc7fd..db28518 100644
--- a/sys/cam/ata/ata_da.c
+++ b/sys/cam/ata/ata_da.c
@@ -631,8 +631,6 @@ static struct periph_driver adadriver =
PERIPHDRIVER_DECLARE(ada, adadriver);
-static MALLOC_DEFINE(M_ATADA, "ata_da", "ata_da buffers");
-
static int
adaopen(struct disk *dp)
{
diff --git a/sys/cam/ata/ata_pmp.c b/sys/cam/ata/ata_pmp.c
index fab0e6f..aa37de2 100644
--- a/sys/cam/ata/ata_pmp.c
+++ b/sys/cam/ata/ata_pmp.c
@@ -155,8 +155,6 @@ static struct periph_driver pmpdriver =
PERIPHDRIVER_DECLARE(pmp, pmpdriver);
-static MALLOC_DEFINE(M_ATPMP, "ata_pmp", "ata_pmp buffers");
-
static void
pmpinit(void)
{
OpenPOWER on IntegriCloud