diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-09 20:36:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-09 20:36:05 +0000 |
commit | 91a01e41067edb1d08727e7170b2fe76c4859f9c (patch) | |
tree | 6e5df70693528290fa1e26ae1a88c32538dec39c /package/alsa/patches/120-sndfops.patch | |
parent | d7c8f38007061b0c984785ee3a45ab0ca0da9915 (diff) | |
download | upstream-91a01e41067edb1d08727e7170b2fe76c4859f9c.tar.gz upstream-91a01e41067edb1d08727e7170b2fe76c4859f9c.tar.bz2 upstream-91a01e41067edb1d08727e7170b2fe76c4859f9c.zip |
move some webcam/sound related stuff from trunk to packages
SVN-Revision: 12260
Diffstat (limited to 'package/alsa/patches/120-sndfops.patch')
-rw-r--r-- | package/alsa/patches/120-sndfops.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/alsa/patches/120-sndfops.patch b/package/alsa/patches/120-sndfops.patch deleted file mode 100644 index bc43eb5db4..0000000000 --- a/package/alsa/patches/120-sndfops.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: alsa-driver-1.0.14rc1/alsa-kernel/core/sound.c -=================================================================== ---- alsa-driver-1.0.14rc1.orig/alsa-kernel/core/sound.c 2007-07-11 12:15:11.408530571 +0200 -+++ alsa-driver-1.0.14rc1/alsa-kernel/core/sound.c 2007-07-11 12:15:26.421386105 +0200 -@@ -171,7 +171,7 @@ - return err; - } - --static struct file_operations snd_fops = -+struct file_operations snd_fops = - { - .owner = THIS_MODULE, - .open = snd_open |