From: Rashika Kheria Date: Fri, 20 Dec 2013 15:08:23 +0000 (+0530) Subject: drivers: base: Add prototype declaration to the header file X-Git-Tag: v3.14-rc1~151^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f107266b19;p=pandora-kernel.git drivers: base: Add prototype declaration to the header file Add prototype declaration of function memory_block_size_bytes() to the header file include/linux/memory.h. This eliminates the following warning in memory.c: drivers/base/memory.c:87:1: warning: no previous prototype for ‘memory_block_size_bytes’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed