commit | 449a7e99fd00c2c9416ef06e3f38e226a3ab1e8a | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Wed Nov 26 08:01:36 2014 -0600 |
committer | Felipe Balbi <balbi@ti.com> | Mon Dec 22 10:24:08 2014 -0600 |
tree | 6429cf56c22367efd376f3779cad50de7b38a12a | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 [diff] |
usb: musb: debugfs: cope with blackfin's oddities Blackfin's MUSB implementation lacks a bunch of registers which they end up not defining a macro for. In order to avoid build breaks, let's ifdef out some of the registers from our regdump debugfs utility so that we don't try to use those on Blackfin builds. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>