summaryrefslogtreecommitdiff
path: root/drivers/gpio/tegra186_gpio_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/tegra186_gpio_priv.h')
-rw-r--r--drivers/gpio/tegra186_gpio_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/tegra186_gpio_priv.h b/drivers/gpio/tegra186_gpio_priv.h
index ac8df27c46..3e686beedc 100644
--- a/drivers/gpio/tegra186_gpio_priv.h
+++ b/drivers/gpio/tegra186_gpio_priv.h
@@ -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)