Michael Grzeschik <m.grzesc...@pengutronix.de> writes: > + ci->qh.size = ci->hw_ep_max * sizeof(struct ci13xxx_qh); > + ci->qh.size = ALIGN(ci->qh.size, SZ_2K);
This doesn't compile, since you forgot to include sizes.h. Regards, -- Alex -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html