From: Luis R. Rodriguez Date: Sat, 28 Apr 2012 02:59:58 +0000 (-0700) Subject: compat-wireless: fix patches/53-pr_fmt.patch X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=54109e91833fc38d1a75456ad764513528400c2e;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: fix patches/53-pr_fmt.patch Signed-off-by: Luis R. Rodriguez --- diff --git a/patches/53-pr_fmt.patch b/patches/53-pr_fmt.patch index b759bea915df..5d7607a2a341 100644 --- a/patches/53-pr_fmt.patch +++ b/patches/53-pr_fmt.patch @@ -414,22 +414,6 @@ compiler warnings. This is going to be sent upstream. #include #include #include ---- 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 - - #include -+#include - #include - #include - #include --- a/net/wireless/lib80211_crypt_tkip.c +++ b/net/wireless/lib80211_crypt_tkip.c @@ -10,8 +10,10 @@