diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 23ca3663d1e8..68d4057cba00 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -61,6 +61,8 @@ | |||
61 | * Pasi Sarolahti: F-RTO for dealing with spurious RTOs | 61 | * Pasi Sarolahti: F-RTO for dealing with spurious RTOs |
62 | */ | 62 | */ |
63 | 63 | ||
64 | #define pr_fmt(fmt) "TCP: " fmt | ||
65 | |||
64 | #include <linux/mm.h> | 66 | #include <linux/mm.h> |
65 | #include <linux/slab.h> | 67 | #include <linux/slab.h> |
66 | #include <linux/module.h> | 68 | #include <linux/module.h> |