common: Drop linux/bitops.h from common header
[oweals/u-boot.git] / drivers / gpio / tegra186_gpio_priv.h
index ac8df27c467eb55c4af85d486e3b693d0d202817..3e686beedc16cc6c2e956ebe1122c4d4b360252a 100644 (file)
@@ -10,6 +10,7 @@
  * For each GPIO, there are a set of registers than affect it, all packed
  * back-to-back.
  */
+#include <linux/bitops.h>
 #define TEGRA186_GPIO_ENABLE_CONFIG                            0x00
 #define TEGRA186_GPIO_ENABLE_CONFIG_ENABLE                     BIT(0)
 #define TEGRA186_GPIO_ENABLE_CONFIG_OUT                                BIT(1)