[SCSI] add scsi trace core functions and put trace points
[safe/jmp/linux-2.6] / kernel / trace / trace_output.c
index 7c4a0ca..9cb5df5 100644 (file)
@@ -209,6 +209,7 @@ int trace_seq_putc(struct trace_seq *s, unsigned char c)
 
        return 1;
 }
+EXPORT_SYMBOL(trace_seq_putc);
 
 int trace_seq_putmem(struct trace_seq *s, const void *mem, size_t len)
 {