IB/ehca: Remove obsolete prototypes
authorHoang-Nam Nguyen <hnguyen@linux.vnet.ibm.com>
Tue, 23 Jan 2007 23:14:18 +0000 (00:14 +0100)
committerRoland Dreier <rolandd@cisco.com>
Sun, 4 Feb 2007 22:11:58 +0000 (14:11 -0800)
Remove prototypes for functions that don't exist.

Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ehca/ehca_classes.h

index c3580bfb3c58e01fa657500ffa7736dacf29d13b..cf95ee474b0f6a1105551ce69f342168d5c2034e 100644 (file)
@@ -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);
This page took 0.026816 seconds and 5 git commands to generate.