]> git.baikalelectronics.ru Git - uboot.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)
commit0ac2c588a313b87e79b3335d9b62cc85fdfb6ad7
treee527171eed7e7ce6888171dc2b31c5a6a351fcd4
parenta04cb5611ab944d214e8859aed54e76954891234
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