commit | 1ec41a31fb695682cab7fc7c1f6ced84d188b6f9 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 02 16:51:09 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 02 16:51:09 2012 -0800 |
tree | 03d080d0f0202afef3b8b445c1f817b832ddb8d5 | |
parent | cc55bb03ea17fcbeffb5ae3ec68ea1f8673bc0c8 [diff] |
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>