Nathan Chancellor
2ab4c3426c
drivers: net: xgene: Remove unnecessary forward declarations
...
Clang warns:
drivers/net/ethernet/apm/xgene/xgene_enet_main.c:33:36: warning:
tentative array definition assumed to have one element
static const struct acpi_device_id xgene_enet_acpi_match[];
^
1 warning generated.
Both xgene_enet_acpi_match and xgene_enet_of_match are defined before
their uses at the bottom of the file so this is unnecessary. When
CONFIG_ACPI is disabled, ACPI_PTR becomes NULL so xgene_enet_acpi_match
doesn't need to be defined.
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2018-12-14 13:35:27 -08:00
..
2018-09-12 20:24:20 -07:00
2018-09-12 20:24:20 -07:00
2018-09-12 20:24:20 -07:00
2018-09-18 19:57:40 -07:00
2018-09-12 20:24:20 -07:00
2018-09-12 20:24:20 -07:00
2018-11-19 15:13:00 -08:00
2018-11-23 17:24:24 -08:00
2018-12-14 13:35:27 -08:00
2018-09-21 19:15:15 -07:00
2018-11-30 13:18:45 -08:00
2018-11-05 17:12:58 -08:00
2018-09-12 20:24:21 -07:00
2018-12-12 16:25:14 -08:00
2018-09-21 19:02:05 -07:00
2018-10-25 11:32:24 -07:00
2018-11-30 17:20:39 -08:00
2018-11-15 09:49:07 -08:00
2018-09-21 19:15:14 -07:00
2018-11-23 22:35:38 -08:00
2018-10-21 21:10:12 -07:00
2018-10-25 06:50:48 -07:00
2018-11-21 16:57:39 -08:00
2018-12-04 20:42:35 -08:00
2018-11-28 10:41:15 -08:00
2018-09-17 07:55:19 -07:00
2018-10-29 20:43:40 -07:00
2018-09-21 19:15:15 -07:00
2018-12-10 17:34:25 -08:00
2018-12-12 15:51:50 -08:00
2018-12-04 21:17:15 -08:00
2018-10-01 22:55:36 -07:00
2018-12-13 01:24:44 -08:00
2018-09-21 19:11:39 -07:00
2018-11-27 16:32:07 -08:00
2018-10-19 11:03:06 -07:00
2018-10-25 16:20:02 -07:00
2018-09-21 19:00:09 -07:00
2018-12-10 17:45:41 -08:00
2018-10-01 22:48:08 -07:00
2018-10-19 17:04:38 -07:00
2018-12-13 21:48:14 -08:00
2018-11-09 19:45:48 -08:00
2018-09-12 20:24:20 -07:00
2018-12-11 22:54:19 -08:00
2018-09-25 10:35:29 -07:00
2018-10-19 10:42:19 -07:00
2018-09-12 20:24:20 -07:00
2018-09-21 19:15:14 -07:00
2018-10-25 06:50:48 -07:00
2018-09-21 19:15:14 -07:00
2018-10-21 21:10:12 -07:00
2018-11-29 10:38:39 -08:00
2018-11-30 13:16:19 -08:00
2018-09-19 21:17:58 -07:00
2018-10-22 20:20:14 -07:00
2018-09-19 23:08:36 -07:00
2018-11-27 16:22:23 -08:00
2018-10-21 21:10:12 -07:00
2018-09-19 21:17:58 -07:00
2018-09-12 20:24:21 -07:00
2018-09-12 20:24:20 -07:00
2018-09-13 08:14:33 -07:00
2018-09-13 08:14:33 -07:00
2018-11-16 19:46:49 -08:00
2018-09-13 08:14:33 -07:00