]> git.neil.brown.name Git - history.git/commitdiff
Fix missing kmap_types.h header (it got included "by mistake" with
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 26 Aug 2002 07:21:11 +0000 (00:21 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 26 Aug 2002 07:21:11 +0000 (00:21 -0700)
highmem enabled, but not otherwise, and was always required).

fs/aio.c

index 84c23b403b0f4579424f184e8c0082ff5944a266..11e2e91bcf85e316f92343ed4de6a6a3e2b2d0b0 100644 (file)
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -31,6 +31,7 @@
 #include <linux/brlock.h>
 #include <linux/module.h>
 
+#include <asm/kmap_types.h>
 #include <asm/uaccess.h>
 #include <linux/highmem.h>