From: Eric W. Biederman Date: Mon, 2 Oct 2006 09:17:11 +0000 (-0700) Subject: [PATCH] pid: export the symbols needed to use struct pid * X-Git-Tag: v2.6.19-rc1~478 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbf73147e2d46611fbdcbc126f887c614c32350b;p=pandora-kernel.git [PATCH] pid: export the symbols needed to use struct pid * pids aren't something that drivers should care about. However there are a lot of helper layers in the kernel that do care, and are built as modules. Before I can convert them to using struct pid instead of pid_t I need to export the appropriate symbols so they can continue to be built. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed