commit | 07613b0b5ef8570033aa806d1731dce599862223 | [log] [tgz] |
---|---|---|
author | Jason Baron <jbaron@redhat.com> | Tue Oct 04 14:13:15 2011 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | 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. [akpm@linux-foundation.org: s/DECLARE/DEFINE/] Signed-off-by: Jason Baron <jbaron@redhat.com> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andrew Morton <akpm@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>