drivers/staging/ozwpan/ozalloc.c
deleted100644 → 0
+0
−107
drivers/staging/ozwpan/ozalloc.h
deleted100644 → 0
+0
−28
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The kernel already has a debug allocator, no need to have one unique to
a single driver. So delete it, replace with kfree, kmalloc, and, in a
few places that need it, kzalloc().
Cc: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>