From: Johannes Berg <johannes.berg@xxxxxxxxx> Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- compat/crc8.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/compat/crc8.c b/compat/crc8.c index fa8382d..753a5cb 100644 --- a/compat/crc8.c +++ b/compat/crc8.c @@ -14,6 +14,9 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifdef pr_fmt +#undef pr_fmt +#endif #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> -- 1.7.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html