mirror of https://github.com/torvalds/linux.git
spi: offload trigger: adi-util-sigma-delta: clean up imports
Clean up imports using include-what-you-use principles. Suggested-by: Andy Shevchenko <andriy.shevchenko@intel.com> Signed-off-by: David Lechner <dlechner@baylibre.com> Link: https://patch.msgid.link/20250815-spi-offload-trigger-followup-v1-2-8ec5413a8383@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
07826c02ed
commit
0056b41035
|
|
@ -5,12 +5,15 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
#include <linux/device.h>
|
#include <linux/dev_printk.h>
|
||||||
|
#include <linux/err.h>
|
||||||
#include <linux/mod_devicetable.h>
|
#include <linux/mod_devicetable.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
#include <linux/property.h>
|
#include <linux/property.h>
|
||||||
#include <linux/spi/offload/provider.h>
|
#include <linux/spi/offload/provider.h>
|
||||||
|
#include <linux/spi/offload/types.h>
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
static bool adi_util_sigma_delta_match(struct spi_offload_trigger *trigger,
|
static bool adi_util_sigma_delta_match(struct spi_offload_trigger *trigger,
|
||||||
enum spi_offload_trigger_type type,
|
enum spi_offload_trigger_type type,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue