Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259019
b: refs/heads/master
c: 27c46a2
h: refs/heads/master
i:
  259017: 7a8cc1b
  259015: 631ecdc
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jul 26, 2011
1 parent f4418e0 commit d24fadc
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: 75fb8f269305fc066c4c6ec6e7232df0c92f434d
refs/heads/master: 27c46a2546c75c6814562e85b751e3d64c188ad5
3 changes: 3 additions & 0 deletions trunk/drivers/firmware/sigma.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <linux/firmware.h>
#include <linux/kernel.h>
#include <linux/i2c.h>
#include <linux/module.h>
#include <linux/sigma.h>

/* Return: 0==OK, <0==error, =1 ==no more actions */
Expand Down Expand Up @@ -113,3 +114,5 @@ int process_sigma_firmware(struct i2c_client *client, const char *name)
return ret;
}
EXPORT_SYMBOL(process_sigma_firmware);

MODULE_LICENSE("GPL");

0 comments on commit d24fadc

Please sign in to comment.