X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fscatterwalk.h;h=9c73e37a42cef9ad9eb63133cf78a35ac78ae9fd;hb=ac0191517c3b5f2cf68ab36756d64ef035c4a770;hp=500a220ad908cbad83bc8f1a285a03c169d71961;hpb=547307420931344a868275bd7ea7a30f117a15a9;p=linux-2.6 diff --git a/crypto/scatterwalk.h b/crypto/scatterwalk.h index 500a220ad9..9c73e37a42 100644 --- a/crypto/scatterwalk.h +++ b/crypto/scatterwalk.h @@ -20,7 +20,7 @@ #include "internal.h" -static inline struct scatterlist *sg_next(struct scatterlist *sg) +static inline struct scatterlist *scatterwalk_sg_next(struct scatterlist *sg) { return (++sg)->length ? sg : (void *)sg->page; }