Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299416
b: refs/heads/master
c: 8545e60
h: refs/heads/master
v: v3
  • Loading branch information
Andrzej Pietrasiewicz authored and Felipe Balbi committed Apr 10, 2012
1 parent 46c2be9 commit 0ed4ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2190a97c6d493eef1f180b9dadfd5ffd4706051
refs/heads/master: 8545e6031a719675da9f3d21f1c8ce143dac7fe5
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/g_ffs.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ static struct usb_composite_driver gfs_driver = {
static struct ffs_data *gfs_ffs_data;
static unsigned long gfs_registered;

static int gfs_init(void)
static int __init gfs_init(void)
{
ENTER();

return functionfs_init();
}
module_init(gfs_init);

static void gfs_exit(void)
static void __exit gfs_exit(void)
{
ENTER();

Expand Down

0 comments on commit 0ed4ca6

Please sign in to comment.