mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 11:48:58 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f5aae444ae
commit
f4ad847a9f
@@ -35,6 +35,7 @@
|
||||
#include <linux/vmalloc.h>
|
||||
|
||||
#include "dgnc_driver.h"
|
||||
#include "dgnc_trace.h"
|
||||
|
||||
#define TRC_TO_CONSOLE 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user