projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9396b4
)
drm: fixed: Don't use "proxy" headers
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Mon, 22 Apr 2024 14:33:38 +0000
(17:33 +0300)
committer
Jani Nikula
<jani.nikula@intel.com>
Tue, 13 Aug 2024 09:13:45 +0000
(12:13 +0300)
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>
include/drm/drm_fixed.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_fixed.h
b/include/drm/drm_fixed.h
index
ef8bc8d
..
1922188
100644
(file)
--- a/
include/drm/drm_fixed.h
+++ b/
include/drm/drm_fixed.h
@@
-25,8
+25,9
@@
#ifndef DRM_FIXED_H
#define DRM_FIXED_H
-#include <linux/kernel.h>
#include <linux/math64.h>
+#include <linux/types.h>
+#include <linux/wordpart.h>
typedef union dfixed {
u32 full;