Removed unused malloc types.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> MFC after: 1 week
This commit is contained in:
parent
352dda694d
commit
b94650a2bb
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user