diff options
| author | Yang Li <[email protected]> | 2023-06-08 08:31:48 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2023-06-09 10:36:41 +0000 |
| commit | e7c5433c5aaab52ddd5448967a9a5db94a3939cc (patch) | |
| tree | 3931e7fd4500cfcb110bae11e25d42f8607a0c3b /tools/net/ynl/generated/handshake-user.c | |
| parent | Merge branch 'broadcom-phy-led-brightness' (diff) | |
| download | kernel-e7c5433c5aaab52ddd5448967a9a5db94a3939cc.tar.gz kernel-e7c5433c5aaab52ddd5448967a9a5db94a3939cc.zip | |
tools: ynl: Remove duplicated include in handshake-user.c
./tools/net/ynl/generated/handshake-user.c: stdlib.h is included more than once.
Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5464
Signed-off-by: Yang Li <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/net/ynl/generated/handshake-user.c')
| -rw-r--r-- | tools/net/ynl/generated/handshake-user.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/net/ynl/generated/handshake-user.c b/tools/net/ynl/generated/handshake-user.c index 72eb1c52a8fc..9ffe9fc58e51 100644 --- a/tools/net/ynl/generated/handshake-user.c +++ b/tools/net/ynl/generated/handshake-user.c @@ -8,7 +8,6 @@ #include "ynl.h" #include <linux/handshake.h> -#include <stdlib.h> #include <stdio.h> #include <string.h> #include <libmnl/libmnl.h> |
