mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
fpga: ice40-spi: Don't use "proxy" headers
Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Xu Yilun <yilun.xu@intel.com> Link: https://lore.kernel.org/r/20240415142428.853812-1-andriy.shevchenko@linux.intel.com Signed-off-by: Xu Yilun <yilun.xu@linux.intel.com>
This commit is contained in:
parent
4d2bc3f7de
commit
1eb3816c27
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
#include <linux/fpga/fpga-mgr.h>
|
#include <linux/fpga/fpga-mgr.h>
|
||||||
#include <linux/gpio/consumer.h>
|
#include <linux/gpio/consumer.h>
|
||||||
|
#include <linux/mod_devicetable.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/of_gpio.h>
|
|
||||||
#include <linux/spi/spi.h>
|
#include <linux/spi/spi.h>
|
||||||
#include <linux/stringify.h>
|
#include <linux/stringify.h>
|
||||||
|
|
||||||
@ -199,7 +199,7 @@ static struct spi_driver ice40_fpga_driver = {
|
|||||||
.probe = ice40_fpga_probe,
|
.probe = ice40_fpga_probe,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "ice40spi",
|
.name = "ice40spi",
|
||||||
.of_match_table = of_match_ptr(ice40_fpga_of_match),
|
.of_match_table = ice40_fpga_of_match,
|
||||||
},
|
},
|
||||||
.id_table = ice40_fpga_spi_ids,
|
.id_table = ice40_fpga_spi_ids,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user