]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/md/dm-bio-list.h
hwmon: (lm90) Fix handling of hysteresis value
[linux-2.6-omap-h63xx.git] / drivers / md / dm-bio-list.h
index 3f7b827649e3d5ceeb93c1e4d51a5290b4dce933..d4509be0fe67f78ecb91c0a5981d28ab9edd31cc 100644 (file)
@@ -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;