X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ipc%2Futil.h;h=51f7ca58ac6742989c61c0e0fc8d73bc7eab6bf7;hb=21d147880e4895e645f890904784b079f1ba76f4;hp=3a8a5a0eca6252f04cf188fa6921291f9ec6fc31;hpb=6b476e114061599a6ab8d5464a5e16989cb98653;p=linux-2.6-block.git diff --git a/ipc/util.h b/ipc/util.h index 3a8a5a0eca62..51f7ca58ac67 100644 --- a/ipc/util.h +++ b/ipc/util.h @@ -118,7 +118,7 @@ int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flg); * both function can sleep */ void *ipc_alloc(int size); -void ipc_free(void *ptr, int size); +void ipc_free(void *ptr); /* * For allocation that need to be freed by RCU.