On Tue, 2015-09-08 at 16:58 -0400, Mathieu Desnoyers wrote: > We don't need to specify an explicit rule in the Makefile, the implicit > one will do the same. The "__EXPORTED_HEADERS__" define is not needed, > because we build the test against the installed kernel headers, not the > in-tree kernel headers. Re-use "$(TEST_PROGS)" in the clean target > rather than spelling the executable name twice. Include <unistd.h> > rather than the rather specific <asm-generic/unistd.h>. Include > <syscall.h> rather than <sys/syscall.h>. In both cases, the former > header is located in a standard location and includes the latter. > > Signed-off-by: Mathieu Desnoyers <[email protected]> > CC: Michael Ellerman <[email protected]> > CC: Andrew Morton <[email protected]> > CC: [email protected] > CC: Pranith Kumar <[email protected]> > CC: Shuah Khan <[email protected]> > -- > Changes since v2: > - Refine Changelog, removing references to comments, taking care > of comments from Shuah Khan. > Changes since v1: > - Add Changelog. > Changes since RFC: > - Take care of comments from Michael Ellerman.
Looks great, thanks. Acked-by: Michael Ellerman <[email protected]> cheers -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
