mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[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:
parent
6d46cc6b9b
commit
26fc52367a
1 changed files with 1 additions and 1 deletions
|
@ -1853,7 +1853,7 @@ int vmtruncate_range(struct inode *inode, loff_t offset, loff_t end)
|
|||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(vmtruncate_range);
|
||||
EXPORT_UNUSED_SYMBOL(vmtruncate_range); /* June 2006 */
|
||||
|
||||
/*
|
||||
* Primitive swap readahead code. We simply read an aligned block of
|
||||
|
|
Loading…
Reference in a new issue