RDMA: Add __init/__exit macros to addr.c and cma.c
authorPeter Huewe <peterhuewe@gmx.de>
Tue, 23 Jun 2009 17:38:42 +0000 (10:38 -0700)
committerRoland Dreier <rolandd@cisco.com>
Tue, 23 Jun 2009 17:38:42 +0000 (10:38 -0700)
commit716abb1fdf3274ac81dc404f3659cc05d8cdf606
tree8e3c728c41abab8088e048c04e7bceddd035bc0f
parent65795efbd380a832ae508b04dba8f8e53f0b84d9
RDMA: Add __init/__exit macros to addr.c and cma.c

Add __init and __exit annotations to the module_init/module_exit
functions from drivers/infiniband/core/addr.c and cma.c.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Acked-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/addr.c
drivers/infiniband/core/cma.c