diff options
| author | Jani Nikula <[email protected]> | 2019-01-08 08:27:09 +0000 |
|---|---|---|
| committer | Jani Nikula <[email protected]> | 2019-01-09 08:26:36 +0000 |
| commit | 2f80d7bd8d93cac9d80fee7339ef673609fa8164 (patch) | |
| tree | 6d9b3d18efc9428cb78ff0bc44f36a12acfc43b4 /drivers/gpu/drm/i915/intel_dp_mst.c | |
| parent | drm/i915: Downgrade scare message for unknown HuC firmware (diff) | |
| download | kernel-2f80d7bd8d93cac9d80fee7339ef673609fa8164.tar.gz kernel-2f80d7bd8d93cac9d80fee7339ef673609fa8164.zip | |
drm/i915: drop all drmP.h includes
Needs just a few additional includes here and there.
Cc: Sam Ravnborg <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Laurent Pinchart <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dp_mst.c')
| -rw-r--r-- | drivers/gpu/drm/i915/intel_dp_mst.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp_mst.c b/drivers/gpu/drm/i915/intel_dp_mst.c index 4de247ddf05f..a8d43ad5352c 100644 --- a/drivers/gpu/drm/i915/intel_dp_mst.c +++ b/drivers/gpu/drm/i915/intel_dp_mst.c @@ -23,7 +23,6 @@ * */ -#include <drm/drmP.h> #include "i915_drv.h" #include "intel_drv.h" #include <drm/drm_atomic_helper.h> |
