[PATCH] fbmem.c build failure in pre4

Russell King (rmk@arm.linux.org.uk)
Sun, 30 Dec 2001 20:38:05 +0000


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

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/