mfd: davinci_voicecodec: Don't use "proxy" headers

Update header inclusions to follow IWYU (Include What You Use)
principle.

Note that kernel.h is discouraged to be included as it's written
at the top of that file.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250626154354.324439-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
pull/1310/head
Andy Shevchenko 2025-06-26 18:43:54 +03:00 committed by Lee Jones
parent e403cdf070
commit c371040f31
1 changed files with 5 additions and 3 deletions

View File

@ -10,11 +10,13 @@
#ifndef __LINUX_MFD_DAVINCI_VOICECODEC_H_
#define __LINUX_MFD_DAVINCI_VOICECODEC_H_
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/bits.h>
#include <linux/mfd/core.h>
#include <linux/platform_data/edma.h>
#include <linux/types.h>
struct clk;
struct device;
struct platform_device;
struct regmap;
/*