summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2019-01-14 23:06:40 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-18 09:43:27 +0100
commit9dd59e11e595e648cd9743fe7d6a2b64b44a8b80 (patch)
treed02c252267cb2c27f659c062c332833464eb5012 /arch/blackfin/include
parentc0e0503c1284b81c5ccd483d1e8cdb49ab52fd17 (diff)
downloadbarebox-9dd59e11e595e648cd9743fe7d6a2b64b44a8b80.tar.gz
barebox-9dd59e11e595e648cd9743fe7d6a2b64b44a8b80.tar.xz
move umode_t typedef from asm/types.h to linux/types.h
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/blackfin/include')
-rw-r--r--arch/blackfin/include/asm/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/blackfin/include/asm/types.h b/arch/blackfin/include/asm/types.h
index e9d73377eb..086da34d7f 100644
--- a/arch/blackfin/include/asm/types.h
+++ b/arch/blackfin/include/asm/types.h
@@ -30,8 +30,6 @@
*/
#ifndef __ASSEMBLY__
-typedef unsigned short umode_t;
-
/*
* __xx is ok: it doesn't pollute the POSIX namespace. Use these in the
* header files exported to user space