drivers/staging/ozwpan/ozalloc.c
deleted100644 → 0
+0
−107
drivers/staging/ozwpan/ozalloc.h
deleted100644 → 0
+0
−28
Loading
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>