Arnd Bergmann
12059cf048
ata: sata_mv: Fix PCI device ID table declaration compilation warning
...
[ Upstream commit 3137b83a90646917c90951d66489db466b4ae106 ]
Building with W=1 shows a warning for an unused variable when CONFIG_PCI
is diabled:
drivers/ata/sata_mv.c:790:35: error: unused variable 'mv_pci_tbl' [-Werror,-Wunused-const-variable]
static const struct pci_device_id mv_pci_tbl[] = {
Move the table into the same block that containsn the pci_driver
definition.
Fixes: 7bb3c5290ca0 ("sata_mv: Remove PCI dependency")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-04-10 16:28:31 +02:00
..
2022-02-20 09:06:05 +09:00
2022-10-18 08:01:57 +09:00
2024-03-01 13:26:36 +01:00
2022-09-17 01:39:22 +09:00
2022-09-17 01:39:22 +09:00
2022-09-17 01:40:31 +09:00
2022-10-18 08:02:14 +09:00
2022-09-17 01:39:30 +09:00
2022-03-28 12:27:35 -07:00
2022-03-07 11:49:10 +09:00
2022-09-17 01:40:15 +09:00
2022-10-18 08:02:14 +09:00
2019-06-19 17:09:07 +02:00
2022-10-17 22:01:57 +09:00
2022-03-07 11:49:10 +09:00
2021-04-11 20:35:08 -06:00
2022-10-18 08:02:14 +09:00
2024-04-03 15:19:38 +02:00
2024-03-01 13:26:26 +01:00
2021-03-30 20:21:26 -06:00
2022-02-19 11:18:35 +09:00
2023-02-01 08:34:34 +01:00
2022-12-07 08:36:37 +09:00
2023-09-23 11:11:12 +02:00
2022-06-17 16:35:02 +09:00
2024-03-01 13:26:31 +01:00
2024-04-03 15:19:51 +02:00
2020-03-26 10:28:19 -06:00
2022-01-05 19:33:01 +09:00
2023-09-23 11:11:12 +02:00
2024-04-03 15:19:51 +02:00
2022-09-16 23:24:06 +09:00
2022-01-05 19:33:01 +09:00
2023-10-06 14:57:05 +02:00
2019-07-29 16:00:14 -06:00
2023-10-19 23:08:50 +02:00
2022-09-17 01:40:15 +09:00
2022-06-17 16:35:02 +09:00
2022-06-17 16:35:02 +09:00
2022-06-17 16:35:02 +09:00
2023-09-13 09:42:23 +02:00
2022-02-19 11:18:42 +09:00
2022-01-31 09:58:32 +09:00
2022-01-05 19:33:02 +09:00
2019-08-23 06:58:50 -06:00
2022-01-05 19:33:03 +09:00
2022-01-05 19:33:02 +09:00
2022-02-19 11:18:35 +09:00
2021-06-16 06:50:25 -06:00
2022-06-30 08:21:43 +09:00
2022-01-05 19:33:03 +09:00
2022-01-05 19:33:03 +09:00
2019-05-21 10:50:45 +02:00
2022-02-20 09:06:05 +09:00
2023-09-19 12:28:05 +02:00
2023-09-19 12:28:05 +02:00
2022-06-17 16:35:02 +09:00
2019-08-26 13:58:59 -06:00
2022-06-17 16:35:02 +09:00
2022-06-17 16:35:02 +09:00
2021-01-31 08:05:46 -07:00
2022-02-19 11:18:35 +09:00
2023-12-03 07:32:07 +01:00
2022-01-14 15:17:16 +09:00
2019-05-21 10:50:45 +02:00
2022-03-07 11:49:10 +09:00
2021-03-12 07:28:31 -07:00
2022-10-31 20:27:27 +09:00
2022-09-16 23:24:06 +09:00
2022-04-22 08:45:06 +09:00
2022-06-22 12:51:49 +10:00
2019-05-21 10:50:45 +02:00
2022-01-14 15:17:16 +09:00
2019-08-26 13:58:59 -06:00
2019-05-21 11:28:46 +02:00
2023-08-03 10:24:07 +02:00
2022-06-06 09:52:17 +09:00
2022-03-07 11:49:10 +09:00
2019-05-21 10:50:45 +02:00
2021-03-30 20:21:26 -06:00
2021-10-12 17:46:59 +09:00
2022-10-31 20:28:05 +09:00
2020-01-29 20:54:51 -07:00
2022-01-31 09:58:32 +09:00
2022-06-17 16:35:02 +09:00
2021-03-30 20:21:25 -06:00
2022-01-31 09:58:31 +09:00
2022-03-10 11:17:59 +09:00
2021-10-12 17:47:02 +09:00
2021-06-24 18:49:01 -06:00
2019-05-21 11:28:46 +02:00
2022-01-05 19:33:03 +09:00
2022-02-20 09:06:05 +09:00
2021-06-16 06:50:25 -06:00
2019-06-05 17:37:00 +02:00
2022-06-17 16:35:02 +09:00
2022-04-13 12:42:51 +09:00
2022-06-17 16:35:02 +09:00
2021-03-30 20:21:25 -06:00
2022-02-19 11:18:35 +09:00
2022-06-17 16:35:02 +09:00
2022-01-05 19:33:01 +09:00
2022-04-04 09:56:34 +09:00
2022-03-23 14:35:59 -07:00
2023-09-19 12:28:05 +02:00
2022-03-07 11:49:10 +09:00
2022-02-20 09:06:05 +09:00
2024-04-10 16:28:31 +02:00
2022-01-05 19:33:02 +09:00
2022-01-05 19:33:01 +09:00
2019-05-21 11:28:46 +02:00
2022-01-05 19:33:02 +09:00
2022-10-18 08:01:45 +09:00
2022-01-04 20:00:57 +09:00
2022-01-05 19:33:02 +09:00
2019-05-21 11:28:46 +02:00
2022-02-20 09:06:05 +09:00
2024-04-10 16:28:31 +02:00
2019-05-21 11:28:46 +02:00
2019-08-26 13:58:59 -06:00
2022-02-20 09:06:05 +09:00