From: Rashika Kheria Date: Wed, 18 Dec 2013 18:24:32 +0000 (+0530) Subject: drivers: target: Move prototype declaration of function to header file target_core_pr.h X-Git-Tag: v3.14-rc1~17^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a0bedd36a5fe5378555bc01846d7bd7a0d38b85;p=pandora-kernel.git drivers: target: Move prototype declaration of function to header file target_core_pr.h Move prototype declaration of function spc_parse_naa_6h_vendor_specific() from target_core_xcopy.c to header file target_core_pr.h because it is used by more than one file. This eliminates the following warning in target_core_spc.c: drivers/target/target_core_spc.c:138:6: warning: no previous prototype for ‘spc_parse_naa_6h_vendor_specific’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed