ASoC: tas2781: Move the "include linux/debugfs.h" into tas2781.h
Move the include linux/debugfs.h into tas2781.h for code clean. Signed-off-by: Shenghao Ding <shenghao-ding@ti.com> Link: https://patch.msgid.link/20250612044252.1025-1-shenghao-ding@ti.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
#ifndef __TAS2781_H__
|
||||
#define __TAS2781_H__
|
||||
|
||||
#ifdef CONFIG_SND_SOC_TAS2781_ACOUST_I2C
|
||||
#include <linux/debugfs.h>
|
||||
#endif
|
||||
|
||||
#include "tas2781-dsp.h"
|
||||
|
||||
/* version number */
|
||||
|
||||
@@ -14,9 +14,6 @@
|
||||
//
|
||||
|
||||
#include <linux/crc8.h>
|
||||
#ifdef CONFIG_SND_SOC_TAS2781_ACOUST_I2C
|
||||
#include <linux/debugfs.h>
|
||||
#endif
|
||||
#include <linux/firmware.h>
|
||||
#include <linux/gpio/consumer.h>
|
||||
#include <linux/i2c.h>
|
||||
|
||||
Reference in New Issue
Block a user