From: Felipe Balbi Date: Tue, 18 Oct 2011 10:54:01 +0000 (+0300) Subject: usb: dwc3: move dwc3 device ID bitmap to core.c X-Git-Tag: v3.3-rc1~153^2~30^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8300dd236e957429acfb36be0ce8fe276dbe823c;p=pandora-kernel.git usb: dwc3: move dwc3 device ID bitmap to core.c if we want to support situations where we have both SoC and PCIe versions of the IP on the same platform, we need to have sequential numbers between them, otherwise we will still have name collisions. Because of that, we need to move dwc3_get/put_device_id() to core.c and export that symbol to be used by glue layers. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed