commit | d3ba2a2ddd073c20c7b5631541ff667afa2ea134 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 03 16:48:54 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 07 10:17:54 2021 -0400 |
tree | 4d2a84d6125b5c379b30289b5c25002342a17573 | |
parent | 9655db9a491c08765d0d115024263c544a1fbae7 [diff] |
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 <priyanka.jain@nxp.com> Cc: Shengzhou Liu <Shengzhou.Liu@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>