drivers/misc/samsung/scsc/scsc_logring_ring.c: In function 'tag_writer_string':
drivers/misc/samsung/scsc/scsc_logring_ring.c:328:2: error: implicit declaration of function 'local_clock' [-Werror=implicit-function-declaration]
SCSC_FILL_RING_RECORD(rrec, tag, lev);
Change-Id: I8f73d42026283866c4c3276756251ba21bd44b6c
SCSC-Bug-Id: SSB-40175
Signed-off-by: Tarun Karela <t.karela@samsung.com>
#include <linux/types.h>
#include <linux/printk.h>
#include <linux/device.h>
+#include <linux/sched/clock.h>
/* NOTE_CREATING_TAGS: when adding a tag here REMEMBER to add it also
* where required, taking care to maintain the same ordering.