summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/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/openrisc/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/openrisc/include')
-rw-r--r--arch/openrisc/include/asm/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/openrisc/include/asm/types.h b/arch/openrisc/include/asm/types.h
index 5b6391baf0..8ee6bb00f9 100644
--- a/arch/openrisc/include/asm/types.h
+++ b/arch/openrisc/include/asm/types.h
@@ -24,8 +24,6 @@
* need to be careful to avoid a name clashes.
*/
-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