diff options
author | Randy Dunlap <[email protected]> | 2023-12-08 10:59:27 -0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-12-08 20:13:24 +0000 |
commit | 52c9a884c6388171f4c6cdafd9add042a7abec53 (patch) | |
tree | f1a07625877c745cb03fdf50da640a8ae758614e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 88a50c1663ffa9f6b31705c6bf7a887a2c8d9434 (diff) |
spi: mpc52xx: explicitly include linux/platform_device.h
Since linux/of_platform.h had included linux/platform_device.h
and since that inclusion was removed, this driver now needs to include
the latter header file explicitly to prevent build errors:
drivers/spi/spi-mpc52xx.c: In function 'mpc52xx_spi_probe':
drivers/spi/spi-mpc52xx.c:396:20: error: invalid use of undefined type 'struct platform_device'
and more like that.
Fixes: 0d18bcdebb2f ("of: Stop circularly including of_device.h and of_platform.h")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions