Commit 1116efbf authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Jani Nikula

drm/i915/display: Don't use "proxy" headers

The driver uses math.h and not util_macros.h.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231129140129.699767-1-andriy.shevchenko@linux.intel.com
parent 687eb09b
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment