ffs: remove non-inline find_[first|last]_set()
The inline versions are renamed to remove the _inline suffix, and the non-inline versions are removed from the code base. Change-Id: Iee2e6adcfb5da1fe0a978a05aa854e10ae82a8b8 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
c4ad73d3b6
commit
910970ed0f
12 changed files with 12 additions and 395 deletions
|
@ -52,7 +52,6 @@ extern "C" {
|
|||
#ifdef CONFIG_CPU_CORTEX_M
|
||||
#include <arch/arm/CortexM/exc.h>
|
||||
#include <arch/arm/CortexM/irq.h>
|
||||
#include <arch/arm/CortexM/ffs.h>
|
||||
#include <arch/arm/CortexM/error.h>
|
||||
#include <arch/arm/CortexM/misc.h>
|
||||
#include <arch/arm/CortexM/scs.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue