]> Pileus Git - ~andy/linux/commit
staging: ozwpan: remove debug allocator
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Mar 2012 00:51:09 +0000 (16:51 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Mar 2012 00:51:09 +0000 (16:51 -0800)
commit1ec41a31fb695682cab7fc7c1f6ced84d188b6f9
tree03d080d0f0202afef3b8b445c1f817b832ddb8d5
parentcc55bb03ea17fcbeffb5ae3ec68ea1f8673bc0c8
staging: ozwpan: remove debug allocator

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>
12 files changed:
drivers/staging/ozwpan/Kbuild
drivers/staging/ozwpan/ozalloc.c [deleted file]
drivers/staging/ozwpan/ozalloc.h [deleted file]
drivers/staging/ozwpan/ozcdev.c
drivers/staging/ozwpan/ozconfig.h
drivers/staging/ozwpan/ozeltbuf.c
drivers/staging/ozwpan/ozhcd.c
drivers/staging/ozwpan/ozmain.c
drivers/staging/ozwpan/ozpd.c
drivers/staging/ozwpan/ozproto.c
drivers/staging/ozwpan/ozusbsvc.c
drivers/staging/ozwpan/ozusbsvc1.c