diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-11 09:46:30 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-11 09:46:30 +0000 |
commit | f574e02f6c373409751b2b8caee2ccbad36c4395 (patch) | |
tree | b713ac304eb7b13114c6c5f24b010774ce57b99d /target/linux/generic/patches-2.6.30/971-ocf_20110720.patch | |
parent | 8e38afe0f0bbcbde38b25937bce1b4be06c6d407 (diff) |
kernel: 2.6.30: remove bogus additional find_task_by_vpid export from OCF
find_task_by_vpid is already exported, thus breaking builds.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.30/971-ocf_20110720.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.30/971-ocf_20110720.patch | 10 |
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); - |