From 059239adfe577866115cd5270eba40e3cac33f8a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 5 Oct 2013 23:09:15 +0200 Subject: [PATCH] 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-format-patch failed