Re: [GIT PULL] User API Disintegrate: Preparatory patches
From: David Howells <dhowells@redhat.com>
Date: 2012-10-04 17:37:05
Also in:
lkml
From: David Howells <dhowells@redhat.com>
Date: 2012-10-04 17:37:05
Also in:
lkml
Geert Uytterhoeven [off-list ref] wrote:
quoted
include/linux/libfdt.h | 4 +-So what happened here? -#include "../../scripts/dtc/libfdt/fdt.h" -#include "../../scripts/dtc/libfdt/libfdt.h" +#include <> +#include <>
I didn't expect 'system' header files to be outside of include/ or arch/*/include/, so the bit of perl I had to turn this into <...> quietly malfunctioned when it stripped too much off of the front. Out of interest, why aren't these in include/? The normal way seems to be to point the tool build at the kernel headers, not the kernel build at the script headers. David