diff options
author | Vinit Agnihotri <vinit.abhay.agnihotri@intel.com> | 2013-06-15 23:11:38 +0200 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2013-06-22 02:19:47 +0200 |
commit | ab4a13d69bf01b098906c60e7598d10752401a56 (patch) | |
tree | 3438bafdd0d7331775a53cdb4f3d98db741d23ec /drivers/infiniband | |
parent | IB/qib: Remove atomic_inc_not_zero() from QP RCU (diff) | |
download | linux-ab4a13d69bf01b098906c60e7598d10752401a56.tar.xz linux-ab4a13d69bf01b098906c60e7598d10752401a56.zip |
IB/qib: Update minor version number
External PSM repositories have advanced the minor number for a variety
of reasons. The driver needs to increase to avoid warnings.
Signed-off-by: Vinit Agnihotri <vinit.abhay.agnihotri@intel.com>
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/qib/qib_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qib/qib_common.h b/drivers/infiniband/hw/qib/qib_common.h index d39e0183ff82..4f255b723ffd 100644 --- a/drivers/infiniband/hw/qib/qib_common.h +++ b/drivers/infiniband/hw/qib/qib_common.h @@ -279,7 +279,7 @@ struct qib_base_info { * may not be implemented; the user code must deal with this if it * cares, or it must abort after initialization reports the difference. */ -#define QIB_USER_SWMINOR 11 +#define QIB_USER_SWMINOR 12 #define QIB_USER_SWVERSION ((QIB_USER_SWMAJOR << 16) | QIB_USER_SWMINOR) |