soc: Rename reserved function names

Rename reserved function names in the soc/ subdirectory.

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
This commit is contained in:
Patrik Flykt 2019-03-14 16:04:29 -06:00 committed by Anas Nashif
commit fd42bf7443
34 changed files with 84 additions and 84 deletions

View file

@ -31,7 +31,7 @@ static int stm32l4_init(struct device *arg)
key = irq_lock();
_ClearFaults();
z_clearfaults();
/* Install default handler that simply resets the CPU
* if configured in the kernel, NOP otherwise