]> err.no Git - linux-2.6/blobdiff - crypto/scatterwalk.h
IPMI: fix hotmod remove lock
[linux-2.6] / crypto / scatterwalk.h
index 500a220ad908cbad83bc8f1a285a03c169d71961..9c73e37a42cef9ad9eb63133cf78a35ac78ae9fd 100644 (file)
@@ -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;
 }