On Thu, Apr 10, 2008 at 06:34:31PM -0500, Andy Fleming wrote: > > + /* > + * This is mildly evil, but so is our hardware for doing this. > + * Also, we have to cast back to struct gfar_mii because of > + * definition weirdness done in gianfar.h. > + */ > + enet_regs = (struct gfar __iomem *) > + ((char *)regs - offsetof(struct gfar, gfar_mii_regs));
Can we use to_container() here? -Scott _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev