projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
422a6a7
)
mfd/pcf50633-gpio.c: add MODULE_LICENSE
author
Adrian Bunk
<
[email protected]
>
Tue, 12 May 2009 20:45:14 +0000
(13:45 -0700)
committer
Samuel Ortiz
<
[email protected]
>
Wed, 17 Jun 2009 17:41:30 +0000
(19:41 +0200)
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]
>
drivers/mfd/pcf50633-gpio.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/pcf50633-gpio.c
b/drivers/mfd/pcf50633-gpio.c
index 2fa2eca5c9cc099f7ad9b41d77553a21b6b0ae08..9ab19a8f669dfa5a5b2fef8942aff5e90df3d073 100644
(file)
--- a/
drivers/mfd/pcf50633-gpio.c
+++ b/
drivers/mfd/pcf50633-gpio.c
@@
-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");