mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-18 02:24:21 +08: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
@ -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 New Issue
Block a user