diff options
author | Jani Nikula <jani.nikula@intel.com> | 2019-04-29 14:29:21 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2019-04-30 13:29:41 +0200 |
commit | 531747b8200acf5ca98e847b806a55e5eb497e3e (patch) | |
tree | a0f6fb3bcff0f94ccf6e3e49f586781a803ae4c7 /drivers/gpu/drm/i915/dvo_tfp410.c | |
parent | drm/i915: make intel_bios.h self-contained (diff) | |
download | linux-531747b8200acf5ca98e847b806a55e5eb497e3e.tar.xz linux-531747b8200acf5ca98e847b806a55e5eb497e3e.zip |
drm/i915/dvo: rename dvo.h to intel_dvo_dev.h and make self-contained
Put the header more in line with the rest. No functional changes.
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/9f4dc21928f9cccd7a3593a2f9faa44b4412ff33.1556540889.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/dvo_tfp410.c')
-rw-r--r-- | drivers/gpu/drm/i915/dvo_tfp410.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/dvo_tfp410.c b/drivers/gpu/drm/i915/dvo_tfp410.c index d603bc2f2506..623114ee73cd 100644 --- a/drivers/gpu/drm/i915/dvo_tfp410.c +++ b/drivers/gpu/drm/i915/dvo_tfp410.c @@ -25,7 +25,8 @@ * */ -#include "dvo.h" +#include "intel_drv.h" +#include "intel_dvo_dev.h" /* register definitions according to the TFP410 data sheet */ #define TFP410_VID 0x014C |