use the recommended ARM I/O accessors
[openwrt/staging/chunkeey.git] / package / mac80211 / patches / 120-pr_fmt_warnings.patch
1 --- a/drivers/net/wireless/ath/ath5k/debug.c
2 +++ b/drivers/net/wireless/ath/ath5k/debug.c
3 @@ -58,6 +58,7 @@
4 * THE POSSIBILITY OF SUCH DAMAGES.
5 */
6
7 +#undef pr_fmt
8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
9
10 #include <linux/export.h>