rtl8192e: move RTL_DEBUG and proc prototypes
authorSean MacLennan <seanm@seanm.ca>
Tue, 29 Nov 2011 01:18:18 +0000 (20:18 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 30 Nov 2011 10:40:55 +0000 (19:40 +0900)
commitf1c602f9991cf7b93c2b8a8160d2dab8df194026
treee989880a6775e1d4fdd40f933d5cb317c5efbba0
parent80c0d83aec528ecfb941af34a38ab065e572679c
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 <seanm@seanm.ca>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192e/rtl_core.h
drivers/staging/rtl8192e/rtl_debug.h