From: Steven Rostedt Date: Tue, 22 Jan 2013 21:58:30 +0000 (-0500) Subject: ring-buffer: Remove trace.h from ring_buffer.c X-Git-Tag: v3.9-rc1~173^2~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b07436d95b5404134da4d661fd183eac863513e;p=pandora-kernel.git ring-buffer: Remove trace.h from ring_buffer.c ring_buffer.c use to require declarations from trace.h, but these have moved to the generic header files. There's nothing in trace.h that ring_buffer.c requires. There's some headers that trace.h included that ring_buffer.c needs, but it's best that it includes them directly, and not include trace.h. Also, some things may use ring_buffer.c without having tracing configured. This removes the dependency that may come in the future. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed