diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-04-28 16:12:57 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-30 14:38:28 -0400 |
commit | edfcba15bdfa520d8c64b496c9260a9d9e0b6d18 (patch) | |
tree | 2c1c61463a4617ce5e2f0deeadb620661c5aeca5 /drivers/net/wireless/libertas_tf/main.c | |
parent | d989ff7cf8d14f1b523f63ba0bf2ec1a9b7c25bc (diff) |
libertas_tf: avoid warning about pr_fmt redefinition
Also includes a minor cleanup regarding quotation of a standard kernel
header file...
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas_tf/main.c')
-rw-r--r-- | drivers/net/wireless/libertas_tf/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas_tf/main.c b/drivers/net/wireless/libertas_tf/main.c index a6b30d778f5c..895b557d664e 100644 --- a/drivers/net/wireless/libertas_tf/main.c +++ b/drivers/net/wireless/libertas_tf/main.c | |||
@@ -7,9 +7,10 @@ | |||
7 | * the Free Software Foundation; either version 2 of the License, or (at | 7 | * the Free Software Foundation; either version 2 of the License, or (at |
8 | * your option) any later version. | 8 | * your option) any later version. |
9 | */ | 9 | */ |
10 | #include "deb_defs.h" | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
11 | |||
12 | #include <linux/etherdevice.h> | ||
11 | #include "libertas_tf.h" | 13 | #include "libertas_tf.h" |
12 | #include "linux/etherdevice.h" | ||
13 | 14 | ||
14 | #define DRIVER_RELEASE_VERSION "004.p0" | 15 | #define DRIVER_RELEASE_VERSION "004.p0" |
15 | /* thinfirm version: 5.132.X.pX */ | 16 | /* thinfirm version: 5.132.X.pX */ |