summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <[email protected]>2022-10-22 23:59:45 +0200
committerStefano Babic <[email protected]>2022-10-24 13:43:21 +0200
commit063195d41a9ce7b01c79eddb3171ceb2000af6ff (patch)
tree3a828fbd73e8c550998ddbce05611ec1f50f7a4c /include
parent1550ab9d88c0d729e9c3fcb4b368b518be798a44 (diff)
imx28: avoid num_cs and spi_max_frequency build errors
Avoid the following build errors after the device tree sync: drivers/spi/mxs_spi.c: In function ‘mxs_spi_probe’: drivers/spi/mxs_spi.c:327:25: error: ‘struct dtd_fsl_imx23_spi’ has no member named ‘spi_max_frequency’ 327 | priv->max_freq = dtplat->spi_max_frequency; | ^~ drivers/spi/mxs_spi.c:328:23: error: ‘struct dtd_fsl_imx23_spi’ has no member named ‘num_cs’ 328 | plat->num_cs = dtplat->num_cs; | ^~ Signed-off-by: Marcel Ziswiler <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions