mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
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:
committed by
Mark Brown
parent
07826c02ed
commit
0056b41035
@@ -5,12 +5,15 @@
|
||||
*/
|
||||
|
||||
#include <linux/clk.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/dev_printk.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/mod_devicetable.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/property.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,
|
||||
enum spi_offload_trigger_type type,
|
||||
|
||||
Reference in New Issue
Block a user