From: Felipe Balbi Date: Wed, 26 Nov 2014 14:01:36 +0000 (-0600) Subject: usb: musb: debugfs: cope with blackfin's oddities X-Git-Tag: fixes-v4.0-rc1~286^2~18^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449a7e99fd00c2c9416ef06e3f38e226a3ab1e8a;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed