diff options
author | Paul Mackerras <paulus@samba.org> | 2006-02-07 00:43:36 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-02-07 00:43:36 +0100 |
commit | 6cb6524d90b6e5497e79a1474bdb2f26755d1c02 (patch) | |
tree | fd475ac8f57a6bd39c976056324d1bc79d11b4c9 /drivers/usb/media/w9968cf_vpp.h | |
parent | [PATCH] sem2mutex: drivers/macintosh/windfarm_core.c (diff) | |
parent | [PATCH] USB: Fix GPL markings on usb core functions. (diff) | |
download | linux-6cb6524d90b6e5497e79a1474bdb2f26755d1c02.tar.xz linux-6cb6524d90b6e5497e79a1474bdb2f26755d1c02.zip |
Merge ../linux-2.6
Diffstat (limited to 'drivers/usb/media/w9968cf_vpp.h')
-rw-r--r-- | drivers/usb/media/w9968cf_vpp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/media/w9968cf_vpp.h b/drivers/usb/media/w9968cf_vpp.h index 3f5317dc4c29..f3b91b782671 100644 --- a/drivers/usb/media/w9968cf_vpp.h +++ b/drivers/usb/media/w9968cf_vpp.h @@ -37,7 +37,4 @@ struct w9968cf_vpp_t { u8 busy; /* read-only flag: module is/is not in use */ }; -extern int w9968cf_vppmod_register(struct w9968cf_vpp_t*); -extern int w9968cf_vppmod_deregister(struct w9968cf_vpp_t*); - #endif /* _W9968CF_VPP_H_ */ |