]> git.dujemihanovic.xyz Git - u-boot.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)
commite62ad9c8672dc1dcd3afb791d58da34cc02efbe9
tree8f652829c52ae444eb6c6e35fe6f804293942f50
parent168227a19959cf3fec48e82c6c07fe1f84ced4b2
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