IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.c
authorDotan Barak <dotanb@dev.mellanox.co.il>
Wed, 1 Aug 2007 10:33:56 +0000 (13:33 +0300)
committerRoland Dreier <rolandd@cisco.com>
Fri, 3 Aug 2007 17:45:18 +0000 (10:45 -0700)
commit92ddc447ce7382e36b72a240697c00bf4beb8d75
tree0368be72cdeed0d9d90e35d1a77bea50fb3208f0
parentbfb3ea125174813cdf87b1120caf0c9bd580283e
IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.c

After moving the definition of struct ib_umem_chunk from ib_verbs.h to
ib_umem.h there isn't any reason for the macro IB_UMEM_MAX_PAGE_CHUNK
to stay in ib_verbs.h.  Move the macro to umem.c, the only place where
it is used.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/umem.c
include/rdma/ib_verbs.h