aboutsummaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorGravatar Yue Haibing <yuehaibing@huawei.com> 2023-08-01 22:31:29 +0800
committerGravatar Jakub Kicinski <kuba@kernel.org> 2023-08-02 12:28:16 -0700
commit2fca1b5ef898b131c430eed6f07b8972fb6c9673 (patch)
tree8af46c19fac8cb8a6861e98f80826eaafc7c8fc6 /include/net
parentudp: Remove unused function declaration udp_bpf_get_proto() (diff)
downloadlinux-2fca1b5ef898b131c430eed6f07b8972fb6c9673.tar.gz
linux-2fca1b5ef898b131c430eed6f07b8972fb6c9673.tar.bz2
linux-2fca1b5ef898b131c430eed6f07b8972fb6c9673.zip
ila: Remove unnecessary file net/ila.h
Commit 642c2c95585d ("ila: xlat changes") removed ila_xlat_outgoing() and ila_xlat_incoming() functions, then this file became unnecessary. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Larysa Zaremba <larysa.zaremba@intel.com> Reviewed-by: David Ahern <dsahern@kernel.org> Link: https://lore.kernel.org/r/20230801143129.40652-1-yuehaibing@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ila.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/net/ila.h b/include/net/ila.h
deleted file mode 100644
index 73ebe5eab272..000000000000
--- a/include/net/ila.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-/*
- * ILA kernel interface
- *
- * Copyright (c) 2015 Tom Herbert <tom@herbertland.com>
- */
-
-#ifndef _NET_ILA_H
-#define _NET_ILA_H
-
-struct sk_buff;
-
-int ila_xlat_outgoing(struct sk_buff *skb);
-int ila_xlat_incoming(struct sk_buff *skb);
-
-#endif /* _NET_ILA_H */