Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65686
b: refs/heads/master
c: 261efd1
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent ca7a7ac commit 928db54
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 92b3c1ec128695e606fc435d0b68902105d585bb
refs/heads/master: 261efd12fc291e6b3b42011201bfd011484ad90b
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/v4l2-int-device.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ int v4l2_int_device_register(struct v4l2_int_device *d)

return 0;
}
EXPORT_SYMBOL_GPL(v4l2_int_device_register);

void v4l2_int_device_unregister(struct v4l2_int_device *d)
{
Expand All @@ -114,6 +115,7 @@ void v4l2_int_device_unregister(struct v4l2_int_device *d)
}
mutex_unlock(&mutex);
}
EXPORT_SYMBOL_GPL(v4l2_int_device_unregister);

/* Adapted from search_extable in extable.c. */
static v4l2_int_ioctl_func *find_ioctl(struct v4l2_int_slave *slave, int cmd,
Expand Down

0 comments on commit 928db54

Please sign in to comment.