diff options
author | Stephen Rothwell <[email protected]> | 2015-06-02 19:01:38 +1000 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-06-03 12:02:00 +0200 |
commit | d6472302f242559d45dcf4ebace62508dc4d8aeb (patch) | |
tree | ac090889ee3e05f35303f7a92804020240f90cd3 /tools/perf/scripts | |
parent | 1e6277de3a23373b89e0affc3d179f2173b857a4 (diff) |
x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>
Nothing in <asm/io.h> uses anything from <linux/vmalloc.h>, so
remove it from there and fix up the resulting build problems
triggered on x86 {64|32}-bit {def|allmod|allno}configs.
The breakages were triggering in places where x86 builds relied
on vmalloc() facilities but did not include <linux/vmalloc.h>
explicitly and relied on the implicit inclusion via <asm/io.h>.
Also add:
- <linux/init.h> to <linux/io.h>
- <asm/pgtable_types> to <asm/io.h>
... which were two other implicit header file dependencies.
Suggested-by: David Miller <[email protected]>
Signed-off-by: Stephen Rothwell <[email protected]>
[ Tidied up the changelog. ]
Acked-by: David Miller <[email protected]>
Acked-by: Takashi Iwai <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Anton Vorontsov <[email protected]>
Cc: Boris Ostrovsky <[email protected]>
Cc: Colin Cross <[email protected]>
Cc: David Vrabel <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Haiyang Zhang <[email protected]>
Cc: James E.J. Bottomley <[email protected]>
Cc: Jaroslav Kysela <[email protected]>
Cc: K. Y. Srinivasan <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Kristen Carlson Accardi <[email protected]>
Cc: Len Brown <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Cc: Suma Ramars <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Tony Luck <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions