Loading drivers/spi/spi-pl022.c +0 −14 Original line number Diff line number Diff line Loading @@ -2256,15 +2256,6 @@ static struct vendor_data vendor_st_pl023 = { .loopback = false, }; static struct vendor_data vendor_db5500_pl023 = { .fifodepth = 32, .max_bpw = 32, .unidir = false, .extended_cr = true, .pl023 = true, .loopback = true, }; static struct amba_id pl022_ids[] = { { /* Loading Loading @@ -2296,11 +2287,6 @@ static struct amba_id pl022_ids[] = { .mask = 0xffffffff, .data = &vendor_st_pl023, }, { .id = 0x10080023, .mask = 0xffffffff, .data = &vendor_db5500_pl023, }, { 0, 0 }, }; Loading Loading
drivers/spi/spi-pl022.c +0 −14 Original line number Diff line number Diff line Loading @@ -2256,15 +2256,6 @@ static struct vendor_data vendor_st_pl023 = { .loopback = false, }; static struct vendor_data vendor_db5500_pl023 = { .fifodepth = 32, .max_bpw = 32, .unidir = false, .extended_cr = true, .pl023 = true, .loopback = true, }; static struct amba_id pl022_ids[] = { { /* Loading Loading @@ -2296,11 +2287,6 @@ static struct amba_id pl022_ids[] = { .mask = 0xffffffff, .data = &vendor_st_pl023, }, { .id = 0x10080023, .mask = 0xffffffff, .data = &vendor_db5500_pl023, }, { 0, 0 }, }; Loading