From: Sean MacLennan Date: Tue, 29 Nov 2011 01:18:18 +0000 (-0500) Subject: rtl8192e: move RTL_DEBUG and proc prototypes X-Git-Tag: v3.3-rc1~152^2~101^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c602f9991cf7b93c2b8a8160d2dab8df194026;p=pandora-kernel.git rtl8192e: move RTL_DEBUG and proc prototypes The RTL_DEBUG enum is used for rt_global_debug_component global variable and RT_TRACE. It should be in rtl_debug.h and not rtl_core.h. The rtl8192_proc_* functions are r8192 specific and should not be in rtl_debug.h. Move them to rtl_core.h. Signed-off-by: Sean MacLennan Reviewed-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed