Skip to content

Commit

Permalink
adihdmi_drv fix drm_of.h include
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Oct 9, 2019
1 parent 7eca17f commit 1564c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i2c/adihdmi_drv.c
Expand Up @@ -19,7 +19,7 @@
#include <drm/drm_crtc_helper.h>
#include <drm/drm_edid.h>
#include <drm/drm_encoder_slave.h>
#include <drm_of.h>
#include <drm/drm_of.h>

#include "adihdmi.h"

Expand Down

0 comments on commit 1564c38

Please sign in to comment.