public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fbmem.c build failure in pre4
@ 2001-12-30 20:38 Russell King
  0 siblings, 0 replies; only message in thread
From: Russell King @ 2001-12-30 20:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds

fbmem.c requires VM_IO definitions to build, which are located in
linux/mm.h.

This patch adds the necessary include.

--- orig/drivers/video/fbmem.c	Sun Dec 30 20:35:49 2001
+++ linux/drivers/video/fbmem.c	Sun Dec 30 20:19:30 2001
@@ -21,6 +21,7 @@
 #include <linux/kernel.h>
 #include <linux/major.h>
 #include <linux/slab.h>
+#include <linux/mm.h>
 #include <linux/mman.h>
 #include <linux/tty.h>
 #include <linux/console.h>

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


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

only message in thread, other threads:[~2001-12-30 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-30 20:38 [PATCH] fbmem.c build failure in pre4 Russell King

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