diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2012-01-27 14:59:25 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-01-30 15:48:23 -0500 |
commit | d273bb20c00340748e3ca9730f87524ec5abbd64 (patch) | |
tree | ab67a4c86f76434b318c3177e4f974c188b497d8 /drivers/net/wireless/rtlwifi/cam.c | |
parent | 608383bfc04aa222c3e9e896c32f56a5e5deaff0 (diff) |
rtlwifi: Move pr_fmt macros to a single location
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>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/cam.c')
-rw-r--r-- | drivers/net/wireless/rtlwifi/cam.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/rtlwifi/cam.c b/drivers/net/wireless/rtlwifi/cam.c index 8fd820d85eea..5c7d57947d23 100644 --- a/drivers/net/wireless/rtlwifi/cam.c +++ b/drivers/net/wireless/rtlwifi/cam.c | |||
@@ -27,8 +27,6 @@ | |||
27 | * | 27 | * |
28 | *****************************************************************************/ | 28 | *****************************************************************************/ |
29 | 29 | ||
30 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
31 | |||
32 | #include <linux/export.h> | 30 | #include <linux/export.h> |
33 | #include "wifi.h" | 31 | #include "wifi.h" |
34 | #include "cam.h" | 32 | #include "cam.h" |