The .name field has been not being used in existent code logic, so
it's better that we remove them all.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
 };
 
 struct mtk_eint_hw {
-       const char      *name;
        u8              port_mask;
        u8              ports;
        unsigned int    ap_num;
 
        .port_mask = 0x1f,
        .port_align = 4,
        .eint_hw = {
-               .name = "mt2701_eint",
                .port_mask = 6,
                .ports     = 6,
                .ap_num    = 169,
 
        .port_mask = 0xf,
        .port_align = 4,
        .eint_hw = {
-               .name = "mt2712_eint",
                .port_mask = 0xf,
                .ports     = 8,
                .ap_num    = 229,
 
        .port_mask = 0xf,
        .port_align = 4,
        .eint_hw = {
-               .name = "mt8127_eint",
                .port_mask = 7,
                .ports     = 6,
                .ap_num    = 143,
 
        .port_mask = 0xf,
        .port_align = 4,
        .eint_hw = {
-               .name = "mt8135_eint",
                .port_mask = 7,
                .ports     = 6,
                .ap_num    = 192,
 
        .port_mask = 0xf,
        .port_align = 4,
        .eint_hw = {
-               .name = "mt8173_eint",
                .port_mask = 7,
                .ports     = 6,
                .ap_num    = 224,