Commit-ID: 737ef7d32cb41d19f0e1fd4d9ad0916f42d2f448 Gitweb: http://git.kernel.org/tip/737ef7d32cb41d19f0e1fd4d9ad0916f42d2f448 Author: Arnaldo Carvalho de Melo <[email protected]> AuthorDate: Wed, 23 Mar 2016 15:14:27 -0300 Committer: Arnaldo Carvalho de Melo <[email protected]> CommitDate: Wed, 23 Mar 2016 15:14:27 -0300
tools include: Copy linux/stringify.h from the kernel There is code in tools/ that is directly including this file from the kernel, and this is verboten for a while, copy it so that the next csets can fix this situation. Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> --- {include => tools/include}/linux/stringify.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/include/linux/stringify.h b/tools/include/linux/stringify.h similarity index 100% copy from include/linux/stringify.h copy to tools/include/linux/stringify.h

