mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 17:57:38 -04: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:
@@ -6,6 +6,8 @@
|
||||
#ifndef __DRM_RAS_H__
|
||||
#define __DRM_RAS_H__
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <uapi/drm/drm_ras.h>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user