[PATCH 2/2] drivers: dgap: Include appropriate header file indgap_trace.c

From: Rashika Kheria
Date: Sat Dec 21 2013 - 05:28:39 EST


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 <rashika.kheria@xxxxxxxxx>
---
drivers/staging/dgap/dgap_trace.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/dgap/dgap_trace.c b/drivers/staging/dgap/dgap_trace.c
index 0f9a956..6c8b510 100644
--- a/drivers/staging/dgap/dgap_trace.c
+++ b/drivers/staging/dgap/dgap_trace.c
@@ -37,6 +37,7 @@
#include <linux/vmalloc.h>

#include "dgap_driver.h"
+#include "dgap_trace.h"

#define TRC_TO_CONSOLE 1

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/