compat-wireless: fix patches/53-pr_fmt.patch
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Sat, 28 Apr 2012 02:59:58 +0000 (19:59 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Sat, 28 Apr 2012 02:59:58 +0000 (19:59 -0700)
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/53-pr_fmt.patch

index b759bea915dfcc4b440e129e1e2233256a908aa8..5d7607a2a3417b0c940b09e47ed0f9d3b5c3b6a0 100644 (file)
@@ -414,22 +414,6 @@ compiler warnings. This is going to be sent upstream.
  #include <linux/if.h>
  #include <linux/module.h>
  #include <linux/err.h>
---- a/net/bluetooth/lib.c
-+++ b/net/bluetooth/lib.c
-@@ -24,11 +24,13 @@
- /* Bluetooth kernel library. */
-+#undef pr_fmt
- #define pr_fmt(fmt) "Bluetooth: " fmt
- #include <linux/module.h>
- #include <linux/kernel.h>
-+#include <linux/printk.h>
- #include <linux/stddef.h>
- #include <linux/string.h>
- #include <asm/errno.h>
 --- a/net/wireless/lib80211_crypt_tkip.c
 +++ b/net/wireless/lib80211_crypt_tkip.c
 @@ -10,8 +10,10 @@