]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/mfd/pcf50633-gpio.c
MIPS: Alchemy: Fix reset for MTX-1 and XXS1500
[mv-sheeva.git] / drivers / mfd / pcf50633-gpio.c
index 2fa2eca5c9cc099f7ad9b41d77553a21b6b0ae08..9ab19a8f669dfa5a5b2fef8942aff5e90df3d073 100644 (file)
@@ -15,6 +15,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/module.h>
 
 #include <linux/mfd/pcf50633/core.h>
 #include <linux/mfd/pcf50633/gpio.h>
@@ -116,3 +117,5 @@ int pcf50633_gpio_power_supply_set(struct pcf50633 *pcf,
        return pcf50633_reg_set_bit_mask(pcf, reg, mask, val);
 }
 EXPORT_SYMBOL_GPL(pcf50633_gpio_power_supply_set);
+
+MODULE_LICENSE("GPL");