Skip to content

Commit

Permalink
drm/i915: Direct include headers from drm_print
Browse files Browse the repository at this point in the history
Direct include the headers that otherwise comes indirect from
drm_print.h, because drm_print.h will be reduced to
include only the minimal set of headers.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
  • Loading branch information
sravnborg authored and intel-lab-lkp committed Jan 21, 2023
1 parent 6da0421 commit 4523f05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/display/intel_dmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*
*/

#include <linux/debugfs.h>
#include <linux/firmware.h>

#include "i915_drv.h"
Expand Down
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/i915_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*
*/

#include <linux/debugfs.h>
#include <linux/sched/mm.h>
#include <linux/sort.h>
#include <linux/string_helpers.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/i915_debugfs_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Copyright © 2019 Intel Corporation
*/

#include <linux/debugfs.h>
#include <linux/kernel.h>

#include "i915_debugfs_params.h"
Expand Down
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/i915_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* IN THE SOFTWARE.
*/

#include <linux/dynamic_debug.h>
#include <linux/string_helpers.h>

#include <drm/drm_print.h>
Expand Down

0 comments on commit 4523f05

Please sign in to comment.