Removed unused malloc types.

Submitted by:	Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after:	1 week
This commit is contained in:
Alexander Motin 2015-11-06 18:50:01 +00:00
parent 352dda694d
commit b94650a2bb
2 changed files with 0 additions and 4 deletions

View File

@ -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)
{

View File

@ -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)
{