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:
Benjamin Walsh 2015-08-14 16:56:51 -04:00 committed by Anas Nashif
commit 910970ed0f
12 changed files with 12 additions and 395 deletions

View file

@ -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>