From: Sasha Levin Date: Tue, 24 Feb 2015 19:14:35 +0000 (-0500) Subject: rtnetlink: avoid 0 sized arrays X-Git-Tag: omap-for-v4.1/wl12xx-dt~68^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e10fd5b4a7f4100007147558c304da3e73b25cf;p=pandora-kernel.git rtnetlink: avoid 0 sized arrays Arrays (when not in a struct) "shall have a value greater than zero". GCC complains when it's not the case here. Fixes: ba7d49b1f0 ("rtnetlink: provide api for getting and setting slave info") Signed-off-by: Sasha Levin Signed-off-by: David S. Miller --- Reading git-diff-tree failed