diff options
| author | Hoang-Nam Nguyen <hnguyen@linux.vnet.ibm.com> | 2007-01-23 18:14:18 -0500 |
|---|---|---|
| committer | Roland Dreier <rolandd@cisco.com> | 2007-02-04 17:11:58 -0500 |
| commit | b45bfcc1ae084aa98c0350b8c33c8b57540b0acc (patch) | |
| tree | e1a23949743273b30e1b7caae09251fed3a10a9a | |
| parent | 4c34bdf58c0a3b305ebd9b5e74011ca1fd6d964d (diff) | |
IB/ehca: Remove obsolete prototypes
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>
| -rw-r--r-- | drivers/infiniband/hw/ehca/ehca_classes.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/infiniband/hw/ehca/ehca_classes.h b/drivers/infiniband/hw/ehca/ehca_classes.h index c3580bfb3c58..cf95ee474b0f 100644 --- a/drivers/infiniband/hw/ehca/ehca_classes.h +++ b/drivers/infiniband/hw/ehca/ehca_classes.h | |||
| @@ -250,20 +250,6 @@ struct ehca_ucontext { | |||
| 250 | struct ib_ucontext ib_ucontext; | 250 | struct ib_ucontext ib_ucontext; |
| 251 | }; | 251 | }; |
| 252 | 252 | ||
| 253 | struct ehca_module *ehca_module_new(void); | ||
| 254 | |||
| 255 | int ehca_module_delete(struct ehca_module *me); | ||
| 256 | |||
| 257 | int ehca_eq_ctor(struct ehca_eq *eq); | ||
| 258 | |||
| 259 | int ehca_eq_dtor(struct ehca_eq *eq); | ||
| 260 | |||
| 261 | struct ehca_shca *ehca_shca_new(void); | ||
| 262 | |||
| 263 | int ehca_shca_delete(struct ehca_shca *me); | ||
| 264 | |||
| 265 | struct ehca_sport *ehca_sport_new(struct ehca_shca *anchor); | ||
| 266 | |||
| 267 | int ehca_init_pd_cache(void); | 253 | int ehca_init_pd_cache(void); |
| 268 | void ehca_cleanup_pd_cache(void); | 254 | void ehca_cleanup_pd_cache(void); |
| 269 | int ehca_init_cq_cache(void); | 255 | int ehca_init_cq_cache(void); |
