Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c66591c3 authored by Prasadarao Durvasula's avatar Prasadarao Durvasula Committed by Gerrit - the friendly Code Review server
Browse files

drivers: clk: msm: align passing parameter in clock_debug_print_enabled



Aligned clock_debug_print_enabled function declaration for passing
parameter between DEBUG_FS and non DEBUG_FS flavours.

Change-Id: I38a4a378000b7167e49c7b4ae45ffcc272f6e2b5
Signed-off-by: default avatarPrasadarao Durvasula <pdurvasu@codeaurora.org>
Signed-off-by: default avatarSivasri Kumar Vanka <sivasri@codeaurora.org>
parent d25cde6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2013-2014, 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, 2020, The Linux Foundation. All rights reserved.
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
@@ -46,7 +46,7 @@ static inline int clock_debug_register(struct clk *unused)
{
	return 0;
}
static inline void clock_debug_print_enabled(void) { return; }
static inline void clock_debug_print_enabled(bool unused) { return; }
#endif

#endif