Skip to content

Commit

Permalink
drm: xlnx: dptx: Use correct headers
Browse files Browse the repository at this point in the history
There's some header changes.

Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
State: pending
  • Loading branch information
xlnx-hyunkwon authored and Michal Simek committed Mar 22, 2021
1 parent 46e3b95 commit 639ff50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/xlnx/xlnx_dptx.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>

#include <drm/drmP.h>
#include <drm/drm_atomic_helper.h>
#include <drm/drm_connector.h>
#include <drm/drm_crtc.h>
#include <drm/drm_crtc_helper.h>
#include <drm/drm_dp_helper.h>
#include <drm/drm_fourcc.h>
#include <drm/drm_of.h>
#include <drm/drm_probe_helper.h>

Expand Down

0 comments on commit 639ff50

Please sign in to comment.