From: Russell King - ARM Linux Date: Sun, 13 Oct 2013 10:13:33 +0000 (-0300) Subject: [media] media/i2c: ths8200: fix build failure with gcc 4.5.4 X-Git-Tag: v3.13-rc1~47^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f7c09b9dbf972331822bd31473df954554a9d6b;p=pandora-kernel.git [media] media/i2c: ths8200: fix build failure with gcc 4.5.4 v3.12-rc fails to build with this error: drivers/media/i2c/ths8200.c:49:2: error: unknown field 'bt' specified in initializer drivers/media/i2c/ths8200.c:50:3: error: field name not in record or union initializer drivers/media/i2c/ths8200.c:50:3: error: (near initialization for 'ths8200_timings_cap.reserved') drivers/media/i2c/ths8200.c:51:3: error: field name not in record or union initializer drivers/media/i2c/ths8200.c:51:3: error: (near initialization for 'ths8200_timings_cap.reserved') ... with gcc 4.5.4. This error was not detected in builds prior to v3.12-rc. This patch fixes this. Signed-off-by: Russell King Cc: stable@vger.kernel.org # For kernel v3.12 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed