From: Matthias Beyer Date: Sat, 5 Oct 2013 21:09:15 +0000 (+0200) Subject: drivers: usb: core: hcd.c: converted busmap from struct to bitmap X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059239adfe577866115cd5270eba40e3cac33f8a;p=pandora-kernel.git drivers: usb: core: hcd.c: converted busmap from struct to bitmap The DECLARE_BITMAP macro should be used for declaring this bitmap. This commit converts the busmap from a struct to a simple (static) bitmap, using the DECLARE_BITMAP macro from linux/types.h. Please review, as I'm new to kernel development, I don't know if this has any hidden side effects! Suggested by joe@perches.com Signed-off-by: Matthias Beyer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed