diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/tps65217.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tps65217.h b/include/linux/mfd/tps65217.h index dfa9f0d0ae2b..20d9dd3d74f1 100644 --- a/include/linux/mfd/tps65217.h +++ b/include/linux/mfd/tps65217.h | |||
| @@ -79,6 +79,7 @@ | |||
| 79 | #define TPS65217_INT_PBI BIT(2) | 79 | #define TPS65217_INT_PBI BIT(2) |
| 80 | #define TPS65217_INT_ACI BIT(1) | 80 | #define TPS65217_INT_ACI BIT(1) |
| 81 | #define TPS65217_INT_USBI BIT(0) | 81 | #define TPS65217_INT_USBI BIT(0) |
| 82 | #define TPS65217_INT_SHIFT 4 | ||
| 82 | #define TPS65217_INT_MASK (TPS65217_INT_PBM | TPS65217_INT_ACM | \ | 83 | #define TPS65217_INT_MASK (TPS65217_INT_PBM | TPS65217_INT_ACM | \ |
| 83 | TPS65217_INT_USBM) | 84 | TPS65217_INT_USBM) |
| 84 | 85 | ||
