i915g: remove extra semicolons

This commit is contained in:
Brian Paul
2011-02-22 12:44:10 -07:00
parent 90e227f079
commit 7898d2ae16
+3 -3
View File
@@ -48,9 +48,9 @@ static const struct debug_named_value debug_options[] = {
unsigned i915_debug = 0;
boolean i915_tiling = TRUE;
DEBUG_GET_ONCE_FLAGS_OPTION(i915_debug, "I915_DEBUG", debug_options, 0);
DEBUG_GET_ONCE_BOOL_OPTION(i915_no_tiling, "I915_NO_TILING", FALSE);
DEBUG_GET_ONCE_BOOL_OPTION(i915_lie, "I915_LIE", FALSE);
DEBUG_GET_ONCE_FLAGS_OPTION(i915_debug, "I915_DEBUG", debug_options, 0)
DEBUG_GET_ONCE_BOOL_OPTION(i915_no_tiling, "I915_NO_TILING", FALSE)
DEBUG_GET_ONCE_BOOL_OPTION(i915_lie, "I915_LIE", FALSE)
void i915_debug_init(struct i915_screen *is)
{