diff options
| author | Gerd Knorr <kraxel@bytesex.org> | 2003-01-07 18:11:13 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-01-07 18:11:13 -0800 |
| commit | 3019e9c0e297e78657bb5392cff29f3866c4f43a (patch) | |
| tree | 6a520606f28d0b301b4c018543fc81656cf918d0 /kernel | |
| parent | 7b44ca8bda03a8ddfebb565be7a9554646538436 (diff) | |
[PATCH] add v4l1-compat module.
This adds the v4l1-compat module. This is a module which can translate
most (old) v4l1 ioctls into the new v4l2 API. This makes it easier for
v4l2 drivers to present both old v4l and new v4l2 APIs to video4linux
applications. The saa7134 driver uses this for example.
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/ksyms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/ksyms.c b/kernel/ksyms.c index d5ad60d89be0..24a715c4e0fa 100644 --- a/kernel/ksyms.c +++ b/kernel/ksyms.c @@ -329,6 +329,7 @@ EXPORT_SYMBOL(generic_shutdown_super); EXPORT_SYMBOL(deactivate_super); EXPORT_SYMBOL(sget); EXPORT_SYMBOL(set_anon_super); +EXPORT_SYMBOL(do_select); /* for stackable file systems (lofs, wrapfs, cryptfs, etc.) */ EXPORT_SYMBOL(default_llseek); |
