Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory sc8-pr-cvs1:/tmp/cvs-serv12751/include/asm-vax
Modified Files:
cacheflush.h
Log Message:
<asm-i386/cacheflush.h> includes <linux/mm.h>. We don't need it, but
some core files which include <asm/cacheflush.h> and don't include
<linux/mm.h> directory, refer to page_address(). So include <linux/mm.h>
too, just to keep them happy.
Index: cacheflush.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/cacheflush.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cacheflush.h 12 Dec 2002 01:19:20 -0000 1.1
+++ cacheflush.h 27 Jan 2003 00:23:45 -0000 1.2
@@ -1,6 +1,8 @@
#ifndef __VAX_CACHEFLUSH_H
#define __VAX_CACHEFLUSH_H
+#include <linux/mm.h>
+
/*
* cacheflush.h. Definitions for cache structures/routines.
* Copyright atp Jan 2001
|