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>
このコミットが含まれているのは:
@@ -27,10 +27,6 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||
|
||||
#include <linux/module.h>
|
||||
|
||||
#include "../wifi.h"
|
||||
#include "../pci.h"
|
||||
#include "../usb.h"
|
||||
@@ -44,6 +40,8 @@
|
||||
#include "mac.h"
|
||||
#include "trx.h"
|
||||
|
||||
#include <linux/module.h>
|
||||
|
||||
/* macro to shorten lines */
|
||||
|
||||
#define LINK_Q ui_link_quality
|
||||
|
新しいイシューから参照
ユーザーをブロックする