• Mauro Carvalho Chehab's avatar
    media: atomisp: remove non-used 32-bits consts at system_local · a6154805
    Mauro Carvalho Chehab authored
    There is an abstraction at the code in order to support
    32 or 64 bits address/data length. However, for all
    Atom chipsets supported by this version, the size is fixed.
    
    So, cleanup the mess, removing the uused code and placing
    the data sizes on a single place.
    
    The end goal is to completely remove those local/global
    headers, replacing them by some ISP-version dependent struct,
    in order for the driver to decide what version it would need
    in runtime.
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
    a6154805
hive_types.h 2.98 KB