diff options
author | Matt Porter <[email protected]> | 2014-02-03 10:29:09 -0500 |
---|---|---|
committer | Felipe Balbi <[email protected]> | 2014-02-18 10:52:52 -0600 |
commit | 1a7ed5bec407478b9ce5e3267708110277851614 (patch) | |
tree | 697172938ca0e39ff209ccfe4638e986e5c0546e /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 1af54b7a40ca9bbd549e626be01870caa3f0299d (diff) |
usb: gadget: s3c-hsotg: fix build on x86 and other architectures
The readsl and writesl I/O accessors are only defined on some
architectures. The driver currently depends on CONFIG_ARM because
the build breaks on x86, in particular. Switch to use of ioread32_rep
and iowrite32_rep to fix build on all architectures and remove the
CONFIG_ARM dependency.
Also update printk formatting to handle a long long dma_addr_t to avoid
warnings on !32-bit architectures.
Signed-off-by: Matt Porter <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions