Re: [PATCH] USB: rcar-phy: fixup implicit declaration of function 'iowrite32'

2012-11-05 Thread Felipe Balbi
On Mon, Nov 05, 2012 at 09:43:32AM +0900, Kuninori Morimoto wrote: > Current rcar-phy driver used iowerite32/ioread32, > but it cause compile error on some architectures. > This patch used writel/readl and HAS_IOMEM to solve this issue. > > drivers/usb/phy/rcar-phy.c: In function 'rcar_usb_phy_ini

[PATCH] USB: rcar-phy: fixup implicit declaration of function 'iowrite32'

2012-11-04 Thread Kuninori Morimoto
Current rcar-phy driver used iowerite32/ioread32, but it cause compile error on some architectures. This patch used writel/readl and HAS_IOMEM to solve this issue. drivers/usb/phy/rcar-phy.c: In function 'rcar_usb_phy_init': drivers/usb/phy/rcar-phy.c:75:3: error: implicit declaration of function\