mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Missing include of asm/io.h in mm/bootmem.c
@ 2002-05-14 15:11 Johan Adolfsson
  0 siblings, 0 replies; only message in thread
From: Johan Adolfsson @ 2002-05-14 15:11 UTC (permalink / raw)
  To: marcelo, torvalds; +Cc: linux-kernel

It's needed by phys_to_virt() but it happens to work on i386
since dma.h includes io.h for that arch.

Please apply to both 2.4 and 2.5.

/Johan


--- linux/mm/bootmem.c   7 Jan 2002 13:33:59 -0000       1.1.1.7
+++ linux/mm/bootmem.c   7 Jan 2002 15:23:19 -0000       1.12
@@ -18,6 +18,7 @@
 #include <linux/bootmem.h>
 #include <linux/mmzone.h>
 #include <asm/dma.h>
+#include <asm/io.h>



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-14 15:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-14 15:11 [PATCH] Missing include of asm/io.h in mm/bootmem.c Johan Adolfsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®