aboutsummaryrefslogtreecommitdiffstats
path: root/net/wimax/wimax-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/wimax/wimax-internal.h')
-rw-r--r--net/wimax/wimax-internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/wimax/wimax-internal.h b/net/wimax/wimax-internal.h
index b445b82020a8..733c4bf8d4b3 100644
--- a/net/wimax/wimax-internal.h
+++ b/net/wimax/wimax-internal.h
@@ -30,6 +30,12 @@
30#define __WIMAX_INTERNAL_H__ 30#define __WIMAX_INTERNAL_H__
31#ifdef __KERNEL__ 31#ifdef __KERNEL__
32 32
33#ifdef pr_fmt
34#undef pr_fmt
35#endif
36
37#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
38
33#include <linux/device.h> 39#include <linux/device.h>
34#include <net/wimax.h> 40#include <net/wimax.h>
35 41