[IB] mthca: Use enum in mthca_alloc_db() prototype
authorRoland Dreier <rolandd@cisco.com>
Tue, 18 Oct 2005 20:22:16 +0000 (13:22 -0700)
committerRoland Dreier <rolandd@cisco.com>
Tue, 18 Oct 2005 20:22:16 +0000 (13:22 -0700)
commitc6f5cb7be0ab478e0618e3c2c6ada27f56d1e7fb
tree37446873b146ad0e8a4d3c5c6378e4400e797544
parent4b2d319b53810ab00ef3d8fdfc1c1ab0647ab0a7
[IB] mthca: Use enum in mthca_alloc_db() prototype

Make the type parameter of mthca_alloc_db() be an enum mthca_db_type
instead of an int.  This doesn't have any practical effect but
documents the functions a little better.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mthca/mthca_memfree.c
drivers/infiniband/hw/mthca/mthca_memfree.h