X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fmd%2Fraid10.h;h=59cd1efb8d304cc5c394f05cdfc7e650ebf9186a;hb=ec6a8679fa8ce977c8b7f86238455b494699de74;hp=244dbe507a54fa893a6731f57c56de1dca2a3b70;hpb=422a253483aa5de71a2bcdc27b0aa023053f97f8;p=~andy%2Flinux diff --git a/drivers/md/raid10.h b/drivers/md/raid10.h index 244dbe507a5..59cd1efb8d3 100644 --- a/drivers/md/raid10.h +++ b/drivers/md/raid10.h @@ -61,12 +61,6 @@ struct r10_private_data_s { typedef struct r10_private_data_s conf_t; -/* - * this is the only point in the RAID code where we violate - * C type safety. mddev->private is an 'opaque' pointer. - */ -#define mddev_to_conf(mddev) ((conf_t *) mddev->private) - /* * this is our 'private' RAID10 bio. *