Hello Greg, hello Anatolij, On Fri, Oct 22, 2010 at 10:56:27AM -0700, Greg Kroah-Hartman wrote: > From: Anatolij Gustschin <agust-ynQEQJNshbs@xxxxxxxxxxxxxxxx> > > Extends FSL EHCI platform driver glue layer to support > MPC5121 USB controllers. MPC5121 Rev 2.0 silicon EHCI > registers are in big endian format. The appropriate flags > [...] This broke building an mx25 config (ARCH=arm) (no defconfig): CC drivers/usb/host/fsl-mph-dr-of.o drivers/usb/host/fsl-mph-dr-of.c: In function 'get_dr_mode_data': drivers/usb/host/fsl-mph-dr-of.c:49: error: implicit declaration of function 'of_get_property' drivers/usb/host/fsl-mph-dr-of.c:49: warning: assignment makes pointer from integer without a cast drivers/usb/host/fsl-mph-dr-of.c:56: error: dereferencing pointer to incomplete type drivers/usb/host/fsl-mph-dr-of.c: In function 'fsl_usb2_device_register': drivers/usb/host/fsl-mph-dr-of.c:96: error: 'struct pdev_archdata' has no member named 'dma_mask' drivers/usb/host/fsl-mph-dr-of.c: In function 'fsl_usb2_mph_dr_of_probe': drivers/usb/host/fsl-mph-dr-of.c:124: error: 'struct device' has no member named 'of_node' drivers/usb/host/fsl-mph-dr-of.c:133: error: implicit declaration of function 'of_device_is_available' drivers/usb/host/fsl-mph-dr-of.c:136: error: implicit declaration of function 'of_match_device' drivers/usb/host/fsl-mph-dr-of.c:136: warning: assignment makes pointer from integer without a cast drivers/usb/host/fsl-mph-dr-of.c:148: error: implicit declaration of function 'of_device_is_compatible' drivers/usb/host/fsl-mph-dr-of.c:167: warning: assignment makes pointer from integer without a cast drivers/usb/host/fsl-mph-dr-of.c: At top level: drivers/usb/host/fsl-mph-dr-of.c:288: error: unknown field 'of_match_table' specified in initializer drivers/usb/host/fsl-mph-dr-of.c:288: warning: initialization from incompatible pointer type make[5]: *** [drivers/usb/host/fsl-mph-dr-of.o] Error 1 make[4]: *** [drivers/usb/host] Error 2 make[3]: *** [drivers/usb] Error 2 make[2]: *** [drivers] Error 2 make[1]: *** [sub-make] Error 2 make: *** [all] Error 2 Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html