From: Hauke Mehrtens Date: Tue, 29 May 2012 22:39:40 +0000 (+0200) Subject: compat-wireless: add bluetooth to pr_fmt patch X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c84de4cdefe329bf6c555d000cae25fe9dffd957;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: add bluetooth to pr_fmt patch Signed-off-by: Hauke Mehrtens Signed-off-by: Luis R. Rodriguez --- diff --git a/patches/53-pr_fmt.patch b/patches/53-pr_fmt.patch index 1e5ee79f5ae2..874e75647605 100644 --- a/patches/53-pr_fmt.patch +++ b/patches/53-pr_fmt.patch @@ -374,6 +374,20 @@ compiler warnings. This is going to be sent upstream. #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include +--- a/net/bluetooth/lib.c ++++ b/net/bluetooth/lib.c +@@ -24,9 +24,11 @@ + + /* Bluetooth kernel library. */ + ++#undef pr_fmt + #define pr_fmt(fmt) "Bluetooth: " fmt + + #include ++#include + + #include + --- a/net/wireless/lib80211.c +++ b/net/wireless/lib80211.c @@ -13,8 +13,10 @@