[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200701240014.19439.hnguyen@linux.vnet.ibm.com>
Date: Wed, 24 Jan 2007 00:14:18 +0100
From: Hoang-Nam Nguyen <hnguyen@...ux.vnet.ibm.com>
To: Roland Dreier <rdreier@...co.com>, hch@...radead.org,
linux-kernel@...r.kernel.org, linuxppc-dev@...abs.org,
openib-general@...nib.org, openfabrics-ewg@...nib.org
Cc: raisch@...ibm.com
Subject: [PATCH 2.6.21 4/4] ehca: remove obsolete prototypes
Here is a patch for ehca_classes.h that removes obsolete prototypes.
Thanks
Nam
Signed-off-by: Hoang-Nam Nguyen <hnguyen@...ibm.com>
---
ehca_classes.h | 14 --------------
1 files changed, 14 deletions(-)
diff -Nurp infiniband_orig/drivers/infiniband/hw/ehca/ehca_classes.h infiniband_work/drivers/infiniband/hw/ehca/ehca_classes.h
--- infiniband_orig/drivers/infiniband/hw/ehca/ehca_classes.h 2007-01-20 00:21:21.000000000 +0100
+++ infiniband_work/drivers/infiniband/hw/ehca/ehca_classes.h 2007-01-20 00:23:46.000000000 +0100
@@ -250,20 +250,6 @@ struct ehca_ucontext {
struct ib_ucontext ib_ucontext;
};
-struct ehca_module *ehca_module_new(void);
-
-int ehca_module_delete(struct ehca_module *me);
-
-int ehca_eq_ctor(struct ehca_eq *eq);
-
-int ehca_eq_dtor(struct ehca_eq *eq);
-
-struct ehca_shca *ehca_shca_new(void);
-
-int ehca_shca_delete(struct ehca_shca *me);
-
-struct ehca_sport *ehca_sport_new(struct ehca_shca *anchor);
-
int ehca_init_pd_cache(void);
void ehca_cleanup_pd_cache(void);
int ehca_init_cq_cache(void);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists