Loading include/soc/qcom/scm.h +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 Loading Loading @@ -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; } Loading Loading
include/soc/qcom/scm.h +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 Loading Loading @@ -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; } Loading