Skip to content

Commit

Permalink
[POWERPC] drivers/of/of_i2c.c: Add MODULE_LICENSE
Browse files Browse the repository at this point in the history
After commit 585468e
([POWERPC] i2c: Fix build breakage introduced by OF helpers)
drivers/of/of_i2c.c needs a MODULE_LICENSE.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Adrian Bunk authored and Paul Mackerras committed Apr 24, 2008
1 parent 37dd2ba commit 138decf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/of/of_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include <linux/i2c.h>
#include <linux/of.h>
#include <linux/module.h>

struct i2c_driver_device {
char *of_device;
Expand Down Expand Up @@ -113,3 +114,5 @@ void of_register_i2c_devices(struct i2c_adapter *adap,
}
}
EXPORT_SYMBOL(of_register_i2c_devices);

MODULE_LICENSE("GPL");

0 comments on commit 138decf

Please sign in to comment.