qcacmn: Remove service ready callback for smartlog enable

Remove service ready callback for smartlog enable.

Change-Id: I1d2807b0ec59b4f38bb8e2ac5365f3b57cf37437
This commit is contained in:
Chaitanya Kiran Godavarthi
2019-02-01 00:27:34 +05:30
committed by nshrivas
szülő e0b3414ea7
commit 6df18d4da8
5 fájl változott, egészen pontosan 8 új sor hozzáadva és 32 régi sor törölve

Fájl megtekintése

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -41,7 +41,7 @@ void (*dbglog_module_log_enable)(ol_scn_t scn,
void (*dbglog_init)(void *scn);
void (*dbglog_set_report_size)(ol_scn_t scn, uint16_t size);
void (*dbglog_free)(void *soc);
int (*smartlog_init)(void *sc);
int (*smartlog_init)(void *icp);
void (*smartlog_deinit)(void *sc);
ssize_t (*smartlog_dump)(struct device *dev,
struct device_attribute *attr, char *buf);