pmaports/device/linux-huawei-cameron/02_fix_undeclared_AID_INET.patch
JohnBergago b21caaeeb8
New device: huawei-cameron (Huawei Mediapad M5 pro) (!133)
The device boots, USB networking is available and the display does also
work, even though the default display brightness seems to be zero. More
information can be found in the wiki.
2019-01-09 08:19:40 +01:00

16 lines
339 B
Diff

diff --git a/net/core/sock.c b/net/core/sock.c
index 98568723..bad3dac7 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -141,9 +141,9 @@
#include <net/tcp.h>
#endif
-#ifdef CONFIG_ANDROID_PARANOID_NETWORK
+//#ifdef CONFIG_ANDROID_PARANOID_NETWORK
#include <linux/android_aid.h>
-#endif
+//#endif
#include <net/busy_poll.h>