]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i2c: eliminate warnings in i2c_reloc_fixup function
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 16 Oct 2013 04:53:02 +0000 (13:53 +0900)
committerHeiko Schocher <hs@denx.de>
Thu, 17 Oct 2013 05:24:41 +0000 (07:24 +0200)
commit9a2a73d29fa395f42f3fb477ac99dda4d7f2f21f
treeba9fdd0a5835acd6029c94493c03e4282bcb5a15
parent10cee5166539ccfce7f7d5776fb75558af385405
i2c: eliminate warnings in i2c_reloc_fixup function

The prototype of handlers had changed.
This commit uses cast with (void *) rather than
the handler-specific prototype.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
drivers/i2c/i2c_core.c