diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-10-08 11:44:49 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-10-11 17:37:33 -0400 |
commit | 0632fef669912a63c99c8ce4c2ca10c6ea04f0df (patch) | |
tree | cf2cf2dcf9409f2c8244a5abe4f5c02b8f8655c5 /drivers/gpu/drm/i915/Makefile | |
parent | 4520f53a159fb81b8c27afe52428a0959aff259c (diff) |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile index 45e14a8db2f3..41838eaa799c 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile | |||
@@ -53,7 +53,7 @@ i915-$(CONFIG_COMPAT) += i915_ioc32.o | |||
53 | 53 | ||
54 | i915-$(CONFIG_ACPI) += intel_acpi.o | 54 | i915-$(CONFIG_ACPI) += intel_acpi.o |
55 | 55 | ||
56 | i915-$(CONFIG_DRM_I915_FBDEV) += intel_fb.o | 56 | i915-$(CONFIG_DRM_I915_FBDEV) += intel_fbdev.o |
57 | 57 | ||
58 | obj-$(CONFIG_DRM_I915) += i915.o | 58 | obj-$(CONFIG_DRM_I915) += i915.o |
59 | 59 | ||