Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26fc5236 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] mm/memory.c: EXPORT_UNUSED_SYMBOL



This patch marks an unused export as EXPORT_UNUSED_SYMBOL.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6d46cc6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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