diff options
Diffstat (limited to 'net/packet/af_packet.c')
| -rw-r--r-- | net/packet/af_packet.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index 543365f58e97..2a2bc64f75cf 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c @@ -46,6 +46,8 @@   *					Copyright (C) 2011, <[email protected]>   */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt +  #include <linux/ethtool.h>  #include <linux/types.h>  #include <linux/mm.h>  |