i2c: Move typedef of bitbang_i2c_interface to i2c.h
commit2b4c1125ac3db2734222ff43c25388a16aca4a99
authorBALATON Zoltan <balaton@eik.bme.hu>
Wed, 28 Nov 2018 19:27:06 +0000 (28 20:27 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 12 Dec 2018 09:01:13 +0000 (12 10:01 +0100)
tree3573c70a6dc5a351c91da4f3c83a4c414029a139
parent78751ea855f89b5a352ccc332162fed3ad4c9496
i2c: Move typedef of bitbang_i2c_interface to i2c.h

Clang 3.4 considers duplicate typedef in ppc4xx_i2c.h and
bitbang_i2c.h an error even if they are identical. Move it to a common
place to allow building with this clang version.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/i2c/bitbang_i2c.h
include/hw/i2c/i2c.h
include/hw/i2c/ppc4xx_i2c.h