projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bec3ba
)
IB/rxe: Remove an unused function
author
Bart Van Assche
<bart.vanassche@sandisk.com>
Tue, 10 Jan 2017 19:15:42 +0000
(11:15 -0800)
committer
Doug Ledford
<dledford@redhat.com>
Tue, 10 Jan 2017 21:52:47 +0000
(16:52 -0500)
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Andrew Boyer <andrew.boyer@dell.com>
Cc: Moni Shoua <monis@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/sw/rxe/rxe_pool.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/sw/rxe/rxe_pool.c
b/drivers/infiniband/sw/rxe/rxe_pool.c
index
238a6be
..
4fe1114
100644
(file)
--- a/
drivers/infiniband/sw/rxe/rxe_pool.c
+++ b/
drivers/infiniband/sw/rxe/rxe_pool.c
@@
-112,13
+112,6
@@
static inline struct kmem_cache *pool_cache(struct rxe_pool *pool)
return rxe_type_info[pool->type].cache;
}
-static inline enum rxe_elem_type rxe_type(void *arg)
-{
- struct rxe_pool_entry *elem = arg;
-
- return elem->pool->type;
-}
-
int rxe_cache_init(void)
{
int err;