rtlwifi: Move pr_fmt macros to a single location
authorLarry Finger <Larry.Finger@lwfinger.net>
Fri, 27 Jan 2012 19:59:25 +0000 (13:59 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 30 Jan 2012 20:48:23 +0000 (15:48 -0500)
Although the rtlwifi family of devices contains 11 copies of the pr_fmt
macro, the macro is not defined for all routines that need it. By moving
the macro to wifi.h, a single copy is available for all routines.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found