summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-11-05 12:43:39 -0200
committerTom Rini <trini@konsulko.com>2015-11-05 16:46:59 -0500
commitf8fdb81f6cbf9387fee7a8ab82b315798a7038ba (patch)
tree5399a7ffe05509a78b1454acfbed8c19181e3649 /drivers/mtd/mtdcore.c
parentde4d2e9e7ce0f9fda76f07bafafefa10f01a9605 (diff)
downloadblackbird-obmc-uboot-f8fdb81f6cbf9387fee7a8ab82b315798a7038ba.tar.gz
blackbird-obmc-uboot-f8fdb81f6cbf9387fee7a8ab82b315798a7038ba.zip
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>
Diffstat (limited to 'drivers/mtd/mtdcore.c')
-rw-r--r--drivers/mtd/mtdcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c
index 2f2172b987..e3f56e5424 100644
--- a/drivers/mtd/mtdcore.c
+++ b/drivers/mtd/mtdcore.c
@@ -27,11 +27,11 @@
#include <linux/gfp.h>
#include <linux/slab.h>
#else
-#include <linux/compat.h>
#include <linux/err.h>
#include <ubi_uboot.h>
#endif
+#include <linux/log2.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
OpenPOWER on IntegriCloud