Browse Source

tracing/selftest: remove TRACE_CONT reference

Impact: build fix

TRACE_CONT is gone - fix up the self-test too.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 16 years ago
parent
commit
a103e2ab73
1 changed files with 0 additions and 1 deletions
  1. 0 1
      kernel/trace/trace_selftest.c

+ 0 - 1
kernel/trace/trace_selftest.c

@@ -9,7 +9,6 @@ static inline int trace_valid_entry(struct trace_entry *entry)
 	case TRACE_FN:
 	case TRACE_FN:
 	case TRACE_CTX:
 	case TRACE_CTX:
 	case TRACE_WAKE:
 	case TRACE_WAKE:
-	case TRACE_CONT:
 	case TRACE_STACK:
 	case TRACE_STACK:
 	case TRACE_PRINT:
 	case TRACE_PRINT:
 	case TRACE_SPECIAL:
 	case TRACE_SPECIAL: