ASoC: codecs: Remove a useless include
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 12 Nov 2022 21:12:13 +0000 (22:12 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 14 Nov 2022 11:30:30 +0000 (11:30 +0000)
<linux/gcd.h> is not needed for these drivers. Remove the corresponding
#include.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/875ca433849025edf8c23624cf29b0e2250bba50.1668287523.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/adau1372.c
sound/soc/codecs/adau1373.c
sound/soc/codecs/adau17x1.c

index a9f89e8565ec6caa8549b0421557f530647ba83e..fbb6bf6fb3ccf048c69e7ac14ee8bc1516112b08 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <linux/clk.h>
 #include <linux/delay.h>
-#include <linux/gcd.h>
 #include <linux/gpio/consumer.h>
 #include <linux/init.h>
 #include <linux/module.h>
index 7f832d00ab177638061fd2ef21c791d13f3f446d..37e178e8a1d092c1abf400e429925a7ec25a389b 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/pm.h>
 #include <linux/i2c.h>
 #include <linux/slab.h>
-#include <linux/gcd.h>
 
 #include <sound/core.h>
 #include <sound/pcm.h>
index c0f44ecef60672385a9b8a135db1fdc82a25d581..634d4dbca5ecea0f09510f4358f67986019c42bd 100644 (file)
@@ -16,7 +16,6 @@
 #include <sound/pcm_params.h>
 #include <sound/soc.h>
 #include <sound/tlv.h>
-#include <linux/gcd.h>
 #include <linux/i2c.h>
 #include <linux/spi/spi.h>
 #include <linux/regmap.h>