mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
drm/ras: include linux/types.h in drm_ras.h
drm_ras.h uses u32. Include linux/types.h for it. Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patch.msgid.link/20260615152949.1899358-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
9ec3aeace4
commit
64ace85a72
|
|
@ -6,6 +6,8 @@
|
|||
#ifndef __DRM_RAS_H__
|
||||
#define __DRM_RAS_H__
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <uapi/drm/drm_ras.h>
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user