From: Rashika Kheria Date: Sat, 21 Dec 2013 10:28:25 +0000 (+0530) Subject: drivers: dgap: Include appropriate header file in dgap_trace.c X-Git-Tag: v3.14-rc1~150^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c5f179196420cc526d9edca1061214ba2ebb665;p=pandora-kernel.git drivers: dgap: Include appropriate header file in dgap_trace.c Include appropriate header file dgap/dgap_trace.h in dgap_trace.c because function dgap_tracer_free() have its prototype declaration in the header file. This eliminates the following warning in dgap_trace.c: drivers/staging/dgap/dgap_trace.c:181:6: warning: no previous prototype for ‘dgap_tracer_free’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed