X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=lib%2Fbitmap.c;h=37ef4b048795463a46a98702fd5bf780c1b59060;hb=6a2968aaf50c7a22fced77a5e24aa636281efca8;hp=3f3b68199d744bd4fc9b94dcb9ca6e831502b0f2;hpb=1ecc818c51b1f6886825dae3885792d5e49ec798;p=~andy%2Flinux diff --git a/lib/bitmap.c b/lib/bitmap.c index 3f3b68199d7..37ef4b04879 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c @@ -756,7 +756,7 @@ static int bitmap_pos_to_ord(const unsigned long *buf, int pos, int bits) * * The bit positions 0 through @bits are valid positions in @buf. */ -static int bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits) +int bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits) { int pos = 0;