diff options
author | Linus Walleij <[email protected]> | 2013-11-18 11:37:20 +0100 |
---|---|---|
committer | Felipe Balbi <[email protected]> | 2013-11-25 10:25:58 -0600 |
commit | b144e4ab1ef130e8bf30bcd3e529b7f35112c503 (patch) | |
tree | 0538dc0bf91f4975e9cce53497a795af292064fa /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | d18f7116a5ddb8263fe62b05ad63e5ceb5875791 (diff) |
usb: gadget: fix pxa25x compilation problems
In commit
88f718e3fa4d67f3a8dbe79a2f97d722323e4051
"ARM: pxa: delete the custom GPIO header"
we removed the implicit inclusion of <mach/gpio.h>
from <linux/gpio.h>.
The pxa25x_udc was not using that, but it was relying
on <linux/gpio.h> to implictly include <mach/gpio.h>
which in turn implicitly included <mach/hardware.h>,
which was needed for the driver to compile.
Fix this up by explicitly including the necessary
<mach/hardware.h> header.
Reported-by: Russell King <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions