From f4ad847a9f1dff3ca360c577c077d23cf65db8c0 Mon Sep 17 00:00:00 2001 From: Rashika Kheria Date: Sat, 21 Dec 2013 15:52:38 +0530 Subject: [PATCH] drivers: dgnc: Include appropriate header file in dgnc_trace.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Include appropriate header file dgnc/dgnc_trace.h in dgnc_trace.c because function dgnc_tracer_free() has its prototype declaration in the header file. This eliminates the following warning in dgnc_trace.c: drivers/staging/dgnc/dgnc_trace.c:180:6: warning: no previous prototype for ‘dgnc_tracer_free’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed