diff options
author | 2024-03-12 23:00:04 -0400 | |
---|---|---|
committer | 2024-03-12 23:00:04 -0400 | |
commit | 4f1fbfe966a9979ad90be8367057de641e4a015d (patch) | |
tree | b90c8647afbbee7c11ab2bc2bbeb800fa8a88e77 | |
parent | 2c3caaa7e93e47e97a3429f71ddb8866518d2af1 (diff) | |
parent | 6460b26a2896a04f0cb97f774574707a2ccc660f (diff) | |
download | linux-yocto-v6.5/standard/xilinx-zynqmp.tar.gz |
Merge branch 'v6.5/standard/base' into v6.5/standard/xilinx-zynqmpv6.5/standard/xilinx-zynqmp
-rw-r--r-- | include/net/neighbour.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h index ccc4a0f8b4ad..5542903b1449 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -162,7 +162,7 @@ struct neighbour { struct rcu_head rcu; struct net_device *dev; netdevice_tracker dev_tracker; - u8 primary_key[0]; + u8 primary_key[]; } __randomize_layout; struct neigh_ops { |