ANDROID: remove leftover includes from revert

The android_vh_kfree_skb tracehook was reverted in commit c1e292ea7c
("ANDROID: remove the android_vh_kfree_skb tracehook"), so we don't need
the includes for the trace/hooks/net.h header either as this was added
in the original patch for the tracehook. This aligns with upstream.

Bug: 163716381
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Change-Id: Iebb3d82bb56c6cbbe5abef3fec6e926bd2335d50
This commit is contained in:
Carlos Llamas 2022-12-06 21:14:55 +00:00
parent 9e6ffd0aaa
commit 449d8c616f
2 changed files with 0 additions and 2 deletions

View File

@ -79,7 +79,6 @@
#include <linux/capability.h>
#include <linux/user_namespace.h>
#include <linux/indirect_call_wrapper.h>
#include <trace/hooks/net.h>
#include "dev.h"
#include "sock_destructor.h"

View File

@ -80,7 +80,6 @@
#include <linux/jump_label_ratelimit.h>
#include <net/busy_poll.h>
#include <net/mptcp.h>
#include <trace/hooks/net.h>
int sysctl_tcp_max_orphans __read_mostly = NR_FILE;