X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmd%2Fdm-bio-list.h;h=d4509be0fe67f78ecb91c0a5981d28ab9edd31cc;hb=c5d712433ff57a66d8fb79a57a4fc7a7c3467b97;hp=3f7b827649e3d5ceeb93c1e4d51a5290b4dce933;hpb=ecfe7f093768f7af0959f5be8ec039dcc29724af;p=linux-2.6-omap-h63xx.git diff --git a/drivers/md/dm-bio-list.h b/drivers/md/dm-bio-list.h index 3f7b827649e..d4509be0fe6 100644 --- a/drivers/md/dm-bio-list.h +++ b/drivers/md/dm-bio-list.h @@ -21,11 +21,6 @@ static inline int bio_list_empty(const struct bio_list *bl) return bl->head == NULL; } -#define BIO_LIST_INIT { .head = NULL, .tail = NULL } - -#define BIO_LIST(bl) \ - struct bio_list bl = BIO_LIST_INIT - static inline void bio_list_init(struct bio_list *bl) { bl->head = bl->tail = NULL;