Skip to content

Commit

Permalink
mfd/pcf50633-gpio.c: add MODULE_LICENSE
Browse files Browse the repository at this point in the history
Add the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <[email protected]>
Cc: Balaji Rao <[email protected]>
Cc: Andy Green <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
AdrianBunk authored and Samuel Ortiz committed Jun 17, 2009
1 parent 422a6a7 commit 1346a1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/mfd/pcf50633-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

#include <linux/kernel.h>
#include <linux/module.h>

#include <linux/mfd/pcf50633/core.h>
#include <linux/mfd/pcf50633/gpio.h>
Expand Down Expand Up @@ -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");

0 comments on commit 1346a1c

Please sign in to comment.