From: Marcel Holtmann Date: Fri, 13 Mar 2015 16:04:17 +0000 (-0700) Subject: Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~244^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eacb44dff98559d4682072c0061e1ecb63687e9c;p=pandora-kernel.git Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field The hdev->dev_flags field has outgrown itself on 32-bit systems. So instead of hacking around it, switch to using DECLARE_BITMAP. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed