From: Alex Elder Date: Mon, 7 Apr 2014 13:22:12 +0000 (-0500) Subject: clk: bcm281xx: don't use unnamed structs or unions X-Git-Tag: omap-for-v3.16/fixes-against-rc1~166^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e813d49d2a477e3b64a9ff32ca7db5737d36cd91;p=pandora-kernel.git clk: bcm281xx: don't use unnamed structs or unions The Broadcom Kona clock code, as originally written, made use of unnamed union and struct fields. This is a feature present in C11, and is a GNU extension otherwise. It worked very well for me. Unfortunately, Russell King reported that this feature was not supported in a build environment he used, which meant attempting to build this code failed spectacularly. Add names to these unnamed fields, and update the code accordingly. Reported-by: Russell King Tested-by: Markus Mayer Signed-off-by: Alex Elder Signed-off-by: Mike Turquette --- Reading git-diff-tree failed