aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
diff options
context:
space:
mode:
authorOlaf Hering <olh@suse.de>2005-08-15 17:29:03 -0400
committerRoland Dreier <rolandd@cisco.com>2005-08-26 23:37:36 -0400
commit2aeba9a03b0d249fc710b9939fc089ce53d8cd30 (patch)
tree86c6bee15f6e581fa6b035ee3506e92eab1d775a /drivers/infiniband/hw
parent5dd2ce1200f4b12687d74de89a527f99e16c344e (diff)
[PATCH] IB: Remove unnecessary includes of <linux/version.h>
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Remove unneeded includes of <linux/version.h>. Signed-off-by: Olaf Hering <olh@suse.de> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw')
-rw-r--r--drivers/infiniband/hw/mthca/mthca_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_main.c b/drivers/infiniband/hw/mthca/mthca_main.c
index 2f039680239c..279f158aa12b 100644
--- a/drivers/infiniband/hw/mthca/mthca_main.c
+++ b/drivers/infiniband/hw/mthca/mthca_main.c
@@ -35,7 +35,6 @@
35 */ 35 */
36 36
37#include <linux/config.h> 37#include <linux/config.h>
38#include <linux/version.h>
39#include <linux/module.h> 38#include <linux/module.h>
40#include <linux/init.h> 39#include <linux/init.h>
41#include <linux/errno.h> 40#include <linux/errno.h>