diff options
author | Dave Airlie <airlied@redhat.com> | 2009-08-20 05:38:04 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-08-20 05:38:04 +0200 |
commit | 51c8b4071d84d46cc100baa5931ad06b2a823c95 (patch) | |
tree | 098cf9d41ce1c548d922708a770a9efe35e434df /include/drm/ttm/ttm_module.h | |
parent | ttm: Make parts of a struct ttm_bo_device global. (diff) | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... (diff) | |
download | linux-51c8b4071d84d46cc100baa5931ad06b2a823c95.tar.xz linux-51c8b4071d84d46cc100baa5931ad06b2a823c95.zip |
Merge Linus master to drm-next
linux-next conflict reported needed resolution.
Conflicts:
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_edid.c
drivers/gpu/drm/i915/intel_sdvo.c
drivers/gpu/drm/radeon/radeon_ttm.c
drivers/gpu/drm/ttm/ttm_bo.c
Diffstat (limited to 'include/drm/ttm/ttm_module.h')
-rw-r--r-- | include/drm/ttm/ttm_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_module.h b/include/drm/ttm/ttm_module.h index 0a72ac7c7e58..cf416aee19af 100644 --- a/include/drm/ttm/ttm_module.h +++ b/include/drm/ttm/ttm_module.h @@ -34,7 +34,7 @@ #include <linux/kernel.h> struct kobject; -#define TTM_PFX "[TTM]" +#define TTM_PFX "[TTM] " enum ttm_global_types { TTM_GLOBAL_TTM_MEM = 0, |