]> Git Repo - u-boot.git/commit
freescale: Drop unnecessary cpld_data_t non-typedef
authorTom Rini <[email protected]>
Mon, 3 May 2021 20:48:54 +0000 (16:48 -0400)
committerTom Rini <[email protected]>
Wed, 7 Jul 2021 14:17:54 +0000 (10:17 -0400)
commit8627db79cab3805a493f7454100dcb968ac67862
tree4d2a84d6125b5c379b30289b5c25002342a17573
parent12e3547f5af9c3da3360c3d547e16a76291a8b59
freescale: Drop unnecessary cpld_data_t non-typedef

In some board cpld.h files the definition of the cpld_data struct
not-quite makes a typedef for cpld_data_t.  This problem is caught with
gcc-11 as a multiple definition error.  As there are no users of this
non-typedef, fix this by not declaring it one to begin with.

Cc: Priyanka Jain <[email protected]>
Cc: Shengzhou Liu <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
board/freescale/t102xrdb/cpld.h
board/freescale/t104xrdb/cpld.h
board/freescale/t208xrdb/cpld.h
This page took 0.033582 seconds and 4 git commands to generate.