[PATCH] mm/memory.c: EXPORT_UNUSED_SYMBOL
This patch marks an unused export as EXPORT_UNUSED_SYMBOL. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
6d46cc6b9b
commit
26fc52367a
@@ -1853,7 +1853,7 @@ int vmtruncate_range(struct inode *inode, loff_t offset, loff_t end)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(vmtruncate_range);
|
EXPORT_UNUSED_SYMBOL(vmtruncate_range); /* June 2006 */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Primitive swap readahead code. We simply read an aligned block of
|
* Primitive swap readahead code. We simply read an aligned block of
|
||||||
|
Reference in New Issue
Block a user