diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-08-08 02:47:28 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-08-12 18:36:44 +0900 |
commit | e332a5aba83500e8d422c90d2a84d8a5f888673e (patch) | |
tree | 41ed2fcb623ae0d886f1eb0c5db8155ff7340ba5 /sound/soc/codecs/cs42l42.c | |
parent | 33330bcf031818e60a816db0cfd3add9eecc3b28 (diff) |
treewide: remove unnecessary <linux/version.h> inclusion
These files do not use any macros defined in <linux/version.h>.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Diffstat (limited to 'sound/soc/codecs/cs42l42.c')
-rw-r--r-- | sound/soc/codecs/cs42l42.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index 60d366e53526..6400ac875e6f 100644 --- a/sound/soc/codecs/cs42l42.c +++ b/sound/soc/codecs/cs42l42.c @@ -11,7 +11,6 @@ #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/version.h> #include <linux/types.h> #include <linux/init.h> #include <linux/delay.h> |