commit | 727ff7d50b8cc6e137142b704bab99ee2e03346b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 18:15:41 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 20:57:51 2015 -0600 |
tree | 100f492a125ebc8de34e889f76d3292b2505fef0 | |
parent | cefb0efef627c7658e1ea1206887f63f849ae74b [diff] |
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>