From: Michael S. Tsirkin Date: Mon, 11 Jun 2007 05:56:10 +0000 (+0300) Subject: IB/mlx4: Include linux/mutex.h from mlx4_ib.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=63019d9329628a5056b3a0c76aee955873dc25c3;p=linux-beck.git IB/mlx4: Include linux/mutex.h from mlx4_ib.h mlx4_ib.h uses struct mutex, so although seems to be pulled in indirectly by one of the headers it includes, the right thing is to include directly. Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier --- diff --git a/drivers/infiniband/hw/mlx4/mlx4_ib.h b/drivers/infiniband/hw/mlx4/mlx4_ib.h index 24ccadd6e4f8..40b83914b7b2 100644 --- a/drivers/infiniband/hw/mlx4/mlx4_ib.h +++ b/drivers/infiniband/hw/mlx4/mlx4_ib.h @@ -35,6 +35,7 @@ #include #include +#include #include #include