We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5b109 commit eef1247Copy full SHA for eef1247
drivers/net/ethernet/altera/intel_fpga_eth_main.c
@@ -2254,6 +2254,7 @@ static const struct xtile_spec_ops ftile_data = {
2254
2255
static const struct xtile_spec_ops gts_data = {
2256
.dma_ops = &altera_dtype_prefetcher,
2257
+#ifdef CONFIG_INTEL_FPGA_GTS_TILE
2258
.tile = {
2259
.reset = gts_ehip_reset,
2260
.deassert_reset = gts_ehip_deassert_reset,
@@ -2268,6 +2269,7 @@ static const struct xtile_spec_ops gts_data = {
2268
2269
intel_fpga_gts_set_ethtool_ops,
2270
.check_dts_param = gts_check_dts_param,
2271
},
2272
+#endif
2273
};
2274
2275
static const struct of_device_id intel_fpga_xtile_ll_ids[] = {
0 commit comments