crypto: chelsio - remove unused function
[sfrench/cifs-2.6.git] / drivers / crypto / chelsio / chcr_algo.c
index ef350285dd6f1eeba600e0cd75f2f33abf87da07..6933546f87b1a863e9eecc94470d09168bde5b51 100644 (file)
@@ -126,11 +126,6 @@ static inline struct uld_ctx *ULD_CTX(struct chcr_context *ctx)
        return container_of(ctx->dev, struct uld_ctx, dev);
 }
 
-static inline int is_ofld_imm(const struct sk_buff *skb)
-{
-       return (skb->len <= SGE_MAX_WR_LEN);
-}
-
 static inline void chcr_init_hctx_per_wr(struct chcr_ahash_req_ctx *reqctx)
 {
        memset(&reqctx->hctx_wr, 0, sizeof(struct chcr_hctx_per_wr));