diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2016-08-08 09:34:24 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2017-04-17 21:53:07 -0500 |
commit | 2bcb9883664590867c87c19667e8738a0f675bf2 (patch) | |
tree | 92f465169455f0518f3951a4e7289d727d40dd69 /ipc | |
parent | 01a2197485a9917216ad67ced4bafed9f7942f5a (diff) | |
download | linux-exynos-2bcb9883664590867c87c19667e8738a0f675bf2.tar.gz linux-exynos-2bcb9883664590867c87c19667e8738a0f675bf2.tar.bz2 linux-exynos-2bcb9883664590867c87c19667e8738a0f675bf2.zip |
ipc: Remove unused declaration of recompute_msgmni
The function recompute_msgmni was removed a while ago
but it is still declared in a header file remove it.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/util.h b/ipc/util.h index 51f7ca58ac67..60ddccca464d 100644 --- a/ipc/util.h +++ b/ipc/util.h @@ -153,8 +153,6 @@ extern struct msg_msg *load_msg(const void __user *src, size_t len); extern struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst); extern int store_msg(void __user *dest, struct msg_msg *msg, size_t len); -extern void recompute_msgmni(struct ipc_namespace *); - static inline int ipc_buildid(int id, int seq) { return SEQ_MULTIPLIER * seq + id; |