diff options
Diffstat (limited to 'net/ipv4/ip_input.c')
-rw-r--r-- | net/ipv4/ip_input.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c index de8e9be4aac8..f3f1108940f5 100644 --- a/net/ipv4/ip_input.c +++ b/net/ipv4/ip_input.c | |||
@@ -113,6 +113,8 @@ | |||
113 | * 2 of the License, or (at your option) any later version. | 113 | * 2 of the License, or (at your option) any later version. |
114 | */ | 114 | */ |
115 | 115 | ||
116 | #define pr_fmt(fmt) "IPv4: " fmt | ||
117 | |||
116 | #include <asm/system.h> | 118 | #include <asm/system.h> |
117 | #include <linux/module.h> | 119 | #include <linux/module.h> |
118 | #include <linux/types.h> | 120 | #include <linux/types.h> |