usb: musb: debugfs: cope with blackfin's oddities
authorFelipe Balbi <balbi@ti.com>
Wed, 26 Nov 2014 14:01:36 +0000 (08:01 -0600)
committerFelipe Balbi <balbi@ti.com>
Mon, 22 Dec 2014 16:24:08 +0000 (10:24 -0600)
commit449a7e99fd00c2c9416ef06e3f38e226a3ab1e8a
tree6429cf56c22367efd376f3779cad50de7b38a12a
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672
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>
drivers/usb/musb/musb_debugfs.c