summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-11-19 08:41:23 -0800
committerEric Anholt <eric@anholt.net>2007-11-19 08:41:23 -0800
commit3fc3fc082adfa9a7dfe45ea8fb7a9fb6e7019ff6 (patch)
tree145c4b751121d4f7143208c05cbd29bf7b98a4fd /shared-core/i915_drv.h
parent648b5b582a4fc5a925e7c3010d5a21b24daca572 (diff)
Fix capitalization of __linux__ define.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index 79a2e71c..cb336659 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -313,7 +313,7 @@ extern int i915_move(struct drm_buffer_object *bo, int evict,
void i915_flush_ttm(struct drm_ttm *ttm);
#endif
-#ifdef __LINUX__
+#ifdef __linux__
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25)
extern void intel_init_chipset_flush_compat(struct drm_device *dev);
extern void intel_fini_chipset_flush_compat(struct drm_device *dev);