mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-24 03:34:09 -05:00
Backport patch fixing support for GCC15 caused by __counted_by. This macro was moved to a different header in recent kernel version and caused wrong detection on the #ifndef condition. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>