From: Rashika Kheria Date: Fri, 7 Feb 2014 16:46:31 +0000 (+0530) Subject: sound: Move prototype declaration to header file oss/pas2.h from oss/pas2_card.c X-Git-Tag: v3.15-rc1~142^2~3^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b9b1738d32b083a2482eb316675e919d78599e;p=pandora-kernel.git sound: Move prototype declaration to header file oss/pas2.h from oss/pas2_card.c Move prototype declaration of function to header file oss/pas2.h from oss/pas2_card.c because it is used by more than one file. This eliminates the following warnings in oss/pas2_mixer.c: sound/oss/pas2_mixer.c:62:1: warning: no previous prototype for ‘mix_write’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed