From: Johan Adolfsson Date: Mon, 3 Jun 2002 05:32:25 +0000 (-0700) Subject: [PATCH] Missing include in mm/bootmem.c X-Git-Tag: v2.5.21~68 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=e347fa36454c2b50a4bcb8edb5a80b5c09bc02b5;p=history.git [PATCH] Missing include in mm/bootmem.c Missing include of asm_io.h in mm_bootmem.c: Submitted this trivial patch on May 14, but nothing has happened yet. Perhaps better chance if you took care of it. It's needed by phys_to_virt() but it happens to work on i386 etc. since dma.h includes io.h for that arch. --- diff --git a/mm/bootmem.c b/mm/bootmem.c index 5027b2892471..ed35ee7012f5 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c @@ -18,6 +18,7 @@ #include #include #include +#include /* * Access to this subsystem has to be serialized externally. (this is