Skip to content

Commit

Permalink
[PATCH] mm/memory.c: EXPORT_UNUSED_SYMBOL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 10, 2006
1 parent 6d46cc6 commit 26fc523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26fc523

Please sign in to comment.