From: David Rientjes Date: Wed, 26 Aug 2009 21:29:21 +0000 (-0700) Subject: flex_array: declare parts member to have incomplete type X-Git-Tag: v2.6.31-rc8~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e7ee27095aee87b5db1b0061e2ceea5878a1bbd;p=pandora-kernel.git flex_array: declare parts member to have incomplete type The `parts' member of struct flex_array should evaluate to an incomplete type so that sizeof() cannot be used and C99 does not require the zero-length specification. Signed-off-by: David Rientjes Acked-by: Dave Hansen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed