[PARISC] Fix compile warning caused by conflicting types of expand_upwards()
authorMatthew Wilcox <willy@parisc-linux.org>
Fri, 18 Nov 2005 21:16:42 +0000 (16:16 -0500)
committerKyle McMartin <kyle@parisc-linux.org>
Fri, 18 Nov 2005 21:16:42 +0000 (16:16 -0500)
commit9ab8851549fb9ed570013c33e0786a3fd084be41
treea5ed61d5e2a09ee0f8bd1a9e707b46954dff13ae
parenta39cf72ceb406e152c4682c0b635a96f1439c5ed
[PARISC] Fix compile warning caused by conflicting types of expand_upwards()

Fix compile warning caused by conflicting types of expand_upwards. IA64
requires it to not be static inline, as it's used outside mm/mmap.c

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
include/linux/mm.h
mm/mmap.c