commit | 63019d9329628a5056b3a0c76aee955873dc25c3 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@dev.mellanox.co.il> | Mon Jun 11 08:56:10 2007 +0300 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Jul 09 16:17:33 2007 -0700 |
tree | 2dc615e909624961b5883d314ce86260dfe369d7 | |
parent | 1d3f4b905a786d69103d9e6d8e92683fb2c7a027 [diff] |
IB/mlx4: Include linux/mutex.h from mlx4_ib.h mlx4_ib.h uses struct mutex, so although <linux/mutex.h> seems to be pulled in indirectly by one of the headers it includes, the right thing is to include <linux/mutex.h> directly. Signed-off-by: Michael S. Tsirkin <mst@dev.mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>