diff options
author | Olaf Hering <olh@suse.de> | 2005-08-15 14:29:03 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2005-08-26 20:37:36 -0700 |
commit | 2aeba9a03b0d249fc710b9939fc089ce53d8cd30 (patch) | |
tree | 86c6bee15f6e581fa6b035ee3506e92eab1d775a /drivers/infiniband/hw | |
parent | 5dd2ce1200f4b12687d74de89a527f99e16c344e (diff) | |
download | linux-2aeba9a03b0d249fc710b9939fc089ce53d8cd30.tar.bz2 |
[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.c | 1 |
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 @@ */ #include <linux/config.h> -#include <linux/version.h> #include <linux/module.h> #include <linux/init.h> #include <linux/errno.h> |