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

Commit 4531f203 authored by Maria Yu's avatar Maria Yu
Browse files

drivers: soc: Add static attribute for function in header file



Add static attribute for function in header file to
avoid compile error.

Change-Id: I784a6339e067bbeb3f8ab5d616ffdd72f7ef685f
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
parent d9f72f76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2010-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2010-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -229,7 +229,7 @@ static inline int scm_io_write(phys_addr_t address, u32 val)
	return 0;
}

inline bool scm_is_secure_device(void)
static inline bool scm_is_secure_device(void)
{
	return false;
}