summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2016-03-17 11:00:26 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-08 13:33:18 +0200
commit5273fb0dd50e265674be439b3d7f17947b716ad4 (patch)
tree9f01e15b56b22605de5575a9e8fbc20e03fd14a4 /drivers/mtd
parent013f33ac3a4a68736a9e5049559acd1d992d5d60 (diff)
downloadbarebox-5273fb0dd50e265674be439b3d7f17947b716ad4.tar.gz
barebox-5273fb0dd50e265674be439b3d7f17947b716ad4.tar.xz
Move GFP_NOFS to barebox-wrapper
This will also be used by upcoming UBIFS update. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/ubi/ubi-barebox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/ubi-barebox.h b/drivers/mtd/ubi/ubi-barebox.h
index 03069d0947..ab970aa19d 100644
--- a/drivers/mtd/ubi/ubi-barebox.h
+++ b/drivers/mtd/ubi/ubi-barebox.h
@@ -42,8 +42,6 @@ static inline unsigned long copy_from_user(void *dest, const void *src,
/* common */
-#define GFP_NOFS 1
-
#define wake_up_process(...) do { } while (0)
#define BUS_ID_SIZE 20