Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93446
b: refs/heads/master
c: 138decf
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Paul Mackerras committed Apr 24, 2008
1 parent 44f0627 commit 9444263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 37dd2badcfcec35f5e21a0926968d77a404f03c3
refs/heads/master: 138decf83f6a973951ce7faf39094d964de7853a
3 changes: 3 additions & 0 deletions trunk/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 9444263

Please sign in to comment.