Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[linux-2.6-block.git] / samples / bpf / tcp_iw_kern.c
index 9b139ec6956036a668608e5974080c8b760042ef..da61d53378b377895a1f56f73022b99c3accaa3a 100644 (file)
 
 #define DEBUG 1
 
-#define bpf_printk(fmt, ...)                                   \
-({                                                             \
-              char ____fmt[] = fmt;                            \
-              bpf_trace_printk(____fmt, sizeof(____fmt),       \
-                               ##__VA_ARGS__);                 \
-})
-
 SEC("sockops")
 int bpf_iw(struct bpf_sock_ops *skops)
 {