Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349064
b: refs/heads/master
c: 9dd3162
h: refs/heads/master
v: v3
  • Loading branch information
Mika Westerberg authored and Wolfram Sang committed Jan 22, 2013
1 parent a2ef2b2 commit 77cd8c2
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 9eb13cf3ecf67a0ff3114d6b66878a1149f96b7d
refs/heads/master: 9dd3162deb67e9d2dc08af8bedea61c41fae85a8
4 changes: 4 additions & 0 deletions trunk/drivers/i2c/busses/i2c-designware-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <linux/io.h>
#include <linux/pm_runtime.h>
#include <linux/delay.h>
#include <linux/module.h>
#include "i2c-designware-core.h"

/*
Expand Down Expand Up @@ -725,3 +726,6 @@ u32 i2c_dw_read_comp_param(struct dw_i2c_dev *dev)
return dw_readl(dev, DW_IC_COMP_PARAM_1);
}
EXPORT_SYMBOL_GPL(i2c_dw_read_comp_param);

MODULE_DESCRIPTION("Synopsys DesignWare I2C bus adapter core");
MODULE_LICENSE("GPL");

0 comments on commit 77cd8c2

Please sign in to comment.