commit | 637c36634029e4e7c81112796dafc32d56355b4a | [log] [tgz] |
---|---|---|
author | Nadia Derbey <Nadia.Derbey@bull.net> | Thu Oct 18 23:40:50 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Oct 19 11:53:44 2007 -0700 |
tree | b30106d838864fe6c8ba97c7dc68304b820e7694 | |
parent | 7748dbfaa010b12d5fb9ddf80199534c565c6bce [diff] |
ipc: remove the ipc_get() routine This is a trivial patch that removes the ipc_get() routine: it is replaced by a call to idr_find(). Signed-off-by: Nadia Derbey <Nadia.Derbey@bull.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>