mirror of https://gitee.com/openkylin/linux.git
ASoC: SSM2602: Remove unused struct and define
Those are leftovers from a pre-multicomponent era. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
ffd13c39c7
commit
5663940e2a
|
@ -117,11 +117,5 @@
|
||||||
#define SSM2602_CACHEREGNUM 10
|
#define SSM2602_CACHEREGNUM 10
|
||||||
|
|
||||||
#define SSM2602_SYSCLK 0
|
#define SSM2602_SYSCLK 0
|
||||||
#define SSM2602_DAI 0
|
|
||||||
|
|
||||||
struct ssm2602_setup_data {
|
|
||||||
int i2c_bus;
|
|
||||||
unsigned short i2c_address;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue