]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 13 Oct 2017 10:21:56 +0000 (19:21 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 15 Oct 2017 13:32:24 +0000 (22:32 +0900)
commit4bb3dac77234b43ce188e2bcb6b439351bea5134
treee527171eed7e7ce6888171dc2b31c5a6a351fcd4
parentdd74b945af2e67791613dc98c6ce7a0058f3a72b
usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>

Including <common.h> pulls in a lot of bloat.  What this driver needs
is BIT(), so replace it with <linux/bitops.h>

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Marek Vasut <marex@denx.de>
drivers/usb/dwc3/dwc3-uniphier.c