Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
[linux-2.6-microblaze.git] / include / net / ip_fib.h
index 15de07d..d4667b7 100644 (file)
@@ -157,7 +157,7 @@ struct fib_info {
        bool                    pfsrc_removed;
        struct nexthop          *nh;
        struct rcu_head         rcu;
-       struct fib_nh           fib_nh[];
+       struct fib_nh           fib_nh[] __counted_by(fib_nhs);
 };