Skip to content

Commit

Permalink
staging/easycap: kill declaration of not existing variables
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent f8cc1e9 commit 7863ff2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions drivers/staging/easycap/easycap.h
Original file line number Diff line number Diff line change
Expand Up @@ -690,11 +690,7 @@ extern struct easycap_format easycap_format[];
extern struct v4l2_queryctrl easycap_control[];
extern struct usb_driver easycap_usb_driver;
extern struct easycap_dongle easycapdc60_dongle[];
#ifndef CONFIG_EASYCAP_OSS
extern struct snd_pcm_ops easycap_alsa_ops;
extern struct snd_pcm_hardware easycap_pcm_hardware;
extern struct snd_card *psnd_card;
#else /* CONFIG_EASYCAP_OSS */
#ifdef CONFIG_EASYCAP_OSS
extern struct usb_class_driver easyoss_class;
extern const struct file_operations easyoss_fops;
#endif /* !CONFIG_EASYCAP_OSS */
Expand Down

0 comments on commit 7863ff2

Please sign in to comment.