Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/rockchip: inno-hdmi: make inno_hdmi.h header self-contained

Include linux/types.h for u8.

Reviewed-by: Andy Yan <andy.yan@rock-chips.com>
Link: https://patch.msgid.link/20260107152704.2290146-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>

+2
+2
include/drm/bridge/inno_hdmi.h
··· 6 6 #ifndef __INNO_HDMI__ 7 7 #define __INNO_HDMI__ 8 8 9 + #include <linux/types.h> 10 + 9 11 struct device; 10 12 struct drm_encoder; 11 13 struct drm_display_mode;