]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/tcp_probe.c
jprobes: remove JPROBE_ENTRY()
[net-next-2.6.git] / net / ipv4 / tcp_probe.c
index f37d5928921ad3f156465836f275c38595b9dfbb..b76398d1b4547d291e52051276c80ff7df36880b 100644 (file)
@@ -130,7 +130,7 @@ static struct jprobe tcp_jprobe = {
        .kp = {
                .symbol_name    = "tcp_rcv_established",
        },
-       .entry  = JPROBE_ENTRY(jtcp_rcv_established),
+       .entry  = jtcp_rcv_established,
 };
 
 static int tcpprobe_open(struct inode * inode, struct file * file)