summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_switcheroo.c
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2021-11-11 13:13:02 +0300
committerJani Nikula <jani.nikula@intel.com>2021-11-17 12:46:58 +0300
commit58471f6384fd8f807d3ff2e771c34f71c473f6b0 (patch)
tree52eb5bb09dbab02597137f1495241e3d1d53e827 /drivers/gpu/drm/i915/i915_switcheroo.c
parent1a085e23411de188ad0615f40a9399d80d1f7368 (diff)
downloadlinux-58471f6384fd8f807d3ff2e771c34f71c473f6b0.tar.xz
drm/i915/driver: rename i915_drv.c to i915_driver.c
This is more about trimming i915_drv.h than the renamed i915_driver.[ch]. Split out i915_driver.[ch] out of i915_drv.h as a feasible thing to do. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20211111101304.13094-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_switcheroo.c')
-rw-r--r--drivers/gpu/drm/i915/i915_switcheroo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_switcheroo.c b/drivers/gpu/drm/i915/i915_switcheroo.c
index de0e224b56ce..7f06f5ad0749 100644
--- a/drivers/gpu/drm/i915/i915_switcheroo.c
+++ b/drivers/gpu/drm/i915/i915_switcheroo.c
@@ -5,6 +5,7 @@
#include <linux/vga_switcheroo.h>
+#include "i915_driver.h"
#include "i915_drv.h"
#include "i915_switcheroo.h"