aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2011-08-11 09:46:30 +0000
committerJonas Gorski <jogo@openwrt.org>2011-08-11 09:46:30 +0000
commit7304dcad2aad4902b3523ff87e7b80cdcd6398ed (patch)
tree65292970e6c49ab0fe14f4b2a791d82fdae35032 /target/linux/generic
parentdef60e29185c1dadf5f22bae43a5236b1ab3370f (diff)
downloadupstream-7304dcad2aad4902b3523ff87e7b80cdcd6398ed.tar.gz
upstream-7304dcad2aad4902b3523ff87e7b80cdcd6398ed.tar.bz2
upstream-7304dcad2aad4902b3523ff87e7b80cdcd6398ed.zip
kernel: 2.6.30: remove bogus additional find_task_by_vpid export from OCF
find_task_by_vpid is already exported, thus breaking builds. SVN-Revision: 27952
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/patches-2.6.30/971-ocf_20110720.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/generic/patches-2.6.30/971-ocf_20110720.patch b/target/linux/generic/patches-2.6.30/971-ocf_20110720.patch
index 73210a010a..3f22153fe0 100644
--- a/target/linux/generic/patches-2.6.30/971-ocf_20110720.patch
+++ b/target/linux/generic/patches-2.6.30/971-ocf_20110720.patch
@@ -120,13 +120,3 @@
extern void get_random_bytes(void *buf, int nbytes);
void generate_random_uuid(unsigned char uuid_out[16]);
---- a/kernel/pid.c
-+++ b/kernel/pid.c
-@@ -383,6 +383,7 @@ struct task_struct *find_task_by_pid_typ
- {
- return pid_task(find_pid_ns(nr, ns), type);
- }
-+EXPORT_SYMBOL(find_task_by_vpid);
-
- EXPORT_SYMBOL(find_task_by_pid_type_ns);
-