summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-10-08 17:44:49 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-10-11 23:37:33 +0200
commit0632fef669912a63c99c8ce4c2ca10c6ea04f0df (patch)
treecf2cf2dcf9409f2c8244a5abe4f5c02b8f8655c5 /drivers/gpu/drm/i915/Makefile
parent4520f53a159fb81b8c27afe52428a0959aff259c (diff)
downloadop-kernel-dev-0632fef669912a63c99c8ce4c2ca10c6ea04f0df.zip
op-kernel-dev-0632fef669912a63c99c8ce4c2ca10c6ea04f0df.tar.gz
drm/i915: rename intel_fb.c to intel_fbdev.c
This file is all about the legacy fbdev support. If we want to extract framebuffer functions, we better put those into a separate file. Also rename functions accordingly, only two have used the intel_fb_ prefix anyway. Reviewed-by: Chon Ming Lee <chon.ming.lee@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 45e14a8..41838ea 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -53,7 +53,7 @@ i915-$(CONFIG_COMPAT) += i915_ioc32.o
i915-$(CONFIG_ACPI) += intel_acpi.o
-i915-$(CONFIG_DRM_I915_FBDEV) += intel_fb.o
+i915-$(CONFIG_DRM_I915_FBDEV) += intel_fbdev.o
obj-$(CONFIG_DRM_I915) += i915.o
OpenPOWER on IntegriCloud