]> Pileus Git - ~andy/linux/commit
drivers: dgnc: Include appropriate header file in dgnc_trace.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sat, 21 Dec 2013 10:22:38 +0000 (15:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 23:47:35 +0000 (15:47 -0800)
commitf4ad847a9f1dff3ca360c577c077d23cf65db8c0
treeb782158e09c832837f678b75709612889bcfc592
parentf5aae444aec9dcfff36524e6b1b62ecfb2e00932
drivers: dgnc: Include appropriate header file in dgnc_trace.c

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 <rashika.kheria@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_trace.c