On Sat, Jan 24, 2015 at 01:13:32PM -0500, Steven Rostedt wrote: SNIP
> diff --git a/tools/lib/api/fs/tracefs.h b/tools/lib/api/fs/tracefs.h > new file mode 100644 > index 000000000000..576206500e15 > --- /dev/null > +++ b/tools/lib/api/fs/tracefs.h > @@ -0,0 +1,29 @@ > +#ifndef __API_TRACEFS_H__ > +#define __API_TRACEFS_H__ > + > +#define _STR(x) #x > +#define STR(x) _STR(x) I can't find STR macro being used in the code.. jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

