Skip to content
  • Tom Rini's avatar
    freescale: Drop unnecessary cpld_data_t non-typedef · 8627db79
    Tom Rini authored
    
    
    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: default avatarTom Rini <trini@konsulko.com>
    8627db79