diff options
| author | Roland Dreier <roland@eddore.topspincom.com> | 2005-08-25 13:40:04 -0700 | 
|---|---|---|
| committer | Roland Dreier <rolandd@cisco.com> | 2005-08-26 20:37:38 -0700 | 
| commit | a4d61e84804f3b14cc35c5e2af768a07c0f64ef6 (patch) | |
| tree | ecd1d07e5d5643ef1764e2e99de5ddd4103aec5d /drivers/infiniband/hw/mthca/mthca_cmd.c | |
| parent | 1ad62a19f177e61d4dde111ba35fb4badd0c2106 (diff) | |
| download | olio-linux-3.10-a4d61e84804f3b14cc35c5e2af768a07c0f64ef6.tar.xz olio-linux-3.10-a4d61e84804f3b14cc35c5e2af768a07c0f64ef6.zip  | |
[PATCH] IB: move include files to include/rdma
Move the InfiniBand headers from drivers/infiniband/include to include/rdma.
This allows InfiniBand-using code to live elsewhere, and lets us remove the
ugly EXTRA_CFLAGS include path from the InfiniBand Makefiles.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_cmd.c')
| -rw-r--r-- | drivers/infiniband/hw/mthca/mthca_cmd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_cmd.c b/drivers/infiniband/hw/mthca/mthca_cmd.c index 60e4b213635..cc758a2d2bc 100644 --- a/drivers/infiniband/hw/mthca/mthca_cmd.c +++ b/drivers/infiniband/hw/mthca/mthca_cmd.c @@ -37,7 +37,7 @@  #include <linux/pci.h>  #include <linux/errno.h>  #include <asm/io.h> -#include <ib_mad.h> +#include <rdma/ib_mad.h>  #include "mthca_dev.h"  #include "mthca_config_reg.h"  |