diff options
-rw-r--r-- | drivers/mfd/pcf50633-gpio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/pcf50633-gpio.c b/drivers/mfd/pcf50633-gpio.c index 2fa2eca5c9cc..9ab19a8f669d 100644 --- a/drivers/mfd/pcf50633-gpio.c +++ b/drivers/mfd/pcf50633-gpio.c | |||
@@ -15,6 +15,7 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <linux/kernel.h> | 17 | #include <linux/kernel.h> |
18 | #include <linux/module.h> | ||
18 | 19 | ||
19 | #include <linux/mfd/pcf50633/core.h> | 20 | #include <linux/mfd/pcf50633/core.h> |
20 | #include <linux/mfd/pcf50633/gpio.h> | 21 | #include <linux/mfd/pcf50633/gpio.h> |
@@ -116,3 +117,5 @@ int pcf50633_gpio_power_supply_set(struct pcf50633 *pcf, | |||
116 | return pcf50633_reg_set_bit_mask(pcf, reg, mask, val); | 117 | return pcf50633_reg_set_bit_mask(pcf, reg, mask, val); |
117 | } | 118 | } |
118 | EXPORT_SYMBOL_GPL(pcf50633_gpio_power_supply_set); | 119 | EXPORT_SYMBOL_GPL(pcf50633_gpio_power_supply_set); |
120 | |||
121 | MODULE_LICENSE("GPL"); | ||