mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
drm/i915/display: Don't use "proxy" headers
The driver uses math.h and not util_macros.h. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231129140129.699767-1-andriy.shevchenko@linux.intel.com
This commit is contained in:
parent
687eb09b1d
commit
1116efbff3
|
|
@ -3,7 +3,7 @@
|
|||
* Copyright © 2019 Intel Corporation
|
||||
*/
|
||||
|
||||
#include <linux/util_macros.h>
|
||||
#include <linux/math.h>
|
||||
|
||||
#include "i915_reg.h"
|
||||
#include "intel_ddi.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user