Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ASoC: hdmi-codec: drop drm/drm_edid.h include
@ 2023-12-12 14:30 Jani Nikula
  2023-12-12 18:53 ` kernel test robot
  2023-12-13  9:50 ` [PATCH v2] " Jani Nikula
  0 siblings, 2 replies; 11+ messages in thread
From: Jani Nikula @ 2023-12-12 14:30 UTC (permalink / raw)
  To: linux-sound; +Cc: dri-devel, Jaroslav Kysela, Takashi Iwai, jani.nikula

hdmi-codec.h does not appear to need drm/drm_edid.h for anything. Remove
it.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>

---

I'm pretty sure I haven't compiled everything that might implicitly
depend on the include. However, the right thing to do is to include
drm_edid.h where needed, not from somewhat random intermediate
headers. I hope this uncovers anything I missed.
---
 include/sound/hdmi-codec.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/sound/hdmi-codec.h b/include/sound/hdmi-codec.h
index 9b162ac1e08e..5e1a9eafd10f 100644
--- a/include/sound/hdmi-codec.h
+++ b/include/sound/hdmi-codec.h
@@ -12,7 +12,6 @@
 
 #include <linux/of_graph.h>
 #include <linux/hdmi.h>
-#include <drm/drm_edid.h>
 #include <sound/asoundef.h>
 #include <sound/soc.h>
 #include <uapi/sound/asound.h>
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-12-21  9:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12 14:30 [PATCH] ASoC: hdmi-codec: drop drm/drm_edid.h include Jani Nikula
2023-12-12 18:53 ` kernel test robot
2023-12-13  9:50 ` [PATCH v2] " Jani Nikula
2023-12-13 23:56   ` kernel test robot
2023-12-14  1:56   ` kernel test robot
2023-12-14  6:14   ` kernel test robot
2023-12-14  9:28   ` [PATCH v3] " Jani Nikula
2023-12-14 20:53     ` kernel test robot
2023-12-19 12:12     ` [PATCH v4] " Jani Nikula
2023-12-21  9:35       ` Jani Nikula
2023-12-21  9:48         ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox