mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
drm: fixed: Don't use "proxy" headers
Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240422143338.2026791-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
b9396b4987
commit
844efaef48
@ -25,8 +25,9 @@
|
|||||||
#ifndef DRM_FIXED_H
|
#ifndef DRM_FIXED_H
|
||||||
#define DRM_FIXED_H
|
#define DRM_FIXED_H
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
|
||||||
#include <linux/math64.h>
|
#include <linux/math64.h>
|
||||||
|
#include <linux/types.h>
|
||||||
|
#include <linux/wordpart.h>
|
||||||
|
|
||||||
typedef union dfixed {
|
typedef union dfixed {
|
||||||
u32 full;
|
u32 full;
|
||||||
|
Loading…
Reference in New Issue
Block a user