From: Linus Walleij Date: Mon, 18 Nov 2013 10:37:20 +0000 (+0100) Subject: usb: gadget: fix pxa25x compilation problems X-Git-Tag: v3.13-rc4~47^2~15^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b144e4ab1ef130e8bf30bcd3e529b7f35112c503;p=pandora-kernel.git usb: gadget: fix pxa25x compilation problems In commit 88f718e3fa4d67f3a8dbe79a2f97d722323e4051 "ARM: pxa: delete the custom GPIO header" we removed the implicit inclusion of from . The pxa25x_udc was not using that, but it was relying on to implictly include which in turn implicitly included , which was needed for the driver to compile. Fix this up by explicitly including the necessary header. Reported-by: Russell King Signed-off-by: Linus Walleij Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed