commit | 07613b0b5ef8570033aa806d1731dce599862223 | [log] [tgz] |
---|---|---|
author | Jason Baron <[email protected]> | Tue Oct 04 14:13:15 2011 -0700 |
committer | Greg Kroah-Hartman <[email protected]> | Tue Oct 18 11:22:00 2011 -0700 |
tree | e5f905c35d9f2ff89e3c0c5354e94fd2516fcc81 | |
parent | 27a90700a4275c5178b883b65927affdafa5185c [diff] |
dynamic_debug: consolidate repetitive struct _ddebug descriptor definitions Replace the repetitive struct _ddebug descriptor definitions with a new DECLARE_DYNAMIC_DEBUG_META_DATA(name, fmt) macro. [[email protected]: s/DECLARE/DEFINE/] Signed-off-by: Jason Baron <[email protected]> Cc: Arnd Bergmann <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>