]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: i2c: Move platdata structs to header files
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 04:25:27 +0000 (17:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:08 +0000 (17:03 +1300)
commit730865f295190ec6c954ead6470bf74ca63a796d
tree8f652829c52ae444eb6c6e35fe6f804293942f50
parent0d9436acb0af21db52a9368dcfc3742b20334291
sandbox: i2c: Move platdata structs to header files

At present the structs used by these drivers are declared in the C files
and so are not accessible to dtoc. Move them to header files, as required.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/i2c.h
arch/sandbox/include/asm/rtc.h
drivers/i2c/i2c-emul-uclass.c
drivers/rtc/i2c_rtc_emul.c