compat: Remove is_power_of_2() definition

Use the is_power_of_2() definition from log2.h to align with the
kernel implementation.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
Fabio Estevam
2015-11-05 12:43:39 -02:00
committed by Tom Rini
parent de4d2e9e7c
commit f8fdb81f6c
5 changed files with 4 additions and 10 deletions

View File

@@ -31,7 +31,7 @@
#include <common.h>
#include <malloc.h>
#include <memalign.h>
#include <linux/compat.h>
#include <linux/log2.h>
#include <linux/stat.h>
#include <linux/err.h>
#include "ubifs.h"