UPSTREAM: 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>

Change-Id: Ib384a74db503c5fa324dcfd119a095595ba8c663
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit 4bb3dac77234b43ce188e2bcb6b439351bea5134)
This commit is contained in:
Masahiro Yamada 2017-10-13 19:21:56 +09:00 committed by Frank Wang
parent ecf8ea9ffa
commit 1488d4b92d
1 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <dm.h>
#include <linux/bitops.h>
#include <linux/errno.h>
#include <linux/io.h>
#include <linux/sizes.h>