[PATCH 04/45] scripts/headers_compile_test.sh: compile test script for exported headers

2015-02-16 Thread Mikko Rapeli
Users of kernel header files would be happier if they did not contain kernel specific parts and would contain #include statements for all other header files that they depend on, and in general would compile. For each header file exported to userspace, this script creates a simple .c file which

[PATCH 04/45] scripts/headers_compile_test.sh: compile test script for exported headers

2015-02-16 Thread Mikko Rapeli
Users of kernel header files would be happier if they did not contain kernel specific parts and would contain #include statements for all other header files that they depend on, and in general would compile. For each header file exported to userspace, this script creates a simple .c file which