]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: i2c: Move definitions to the top of the header file
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:15:41 +0000 (18:15 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:01:00 +0000 (08:01 +0200)
commit241d0401b65ad6a7481b42400d1b444ab9de2fd5
treef009c984ff1ecedeb10964d5422d0966e3804d16
parent7258d2500d1c1e9e579bbb69b392f4ee164c5525
dm: i2c: Move definitions to the top of the header file

Move the flags and struct definitions higher in the file so that we can
reference them with functions declared in the driver model section.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
include/i2c.h