From: Alexey Dobriyan Date: Tue, 29 Apr 2008 08:01:44 +0000 (-0700) Subject: proc: remove proc_root from drivers X-Git-Tag: v2.6.26-rc1~489 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74c120a21d87b0b6925ada5830d8cac21e852d9;p=pandora-kernel.git proc: remove proc_root from drivers Remove proc_root export. Creation and removal works well if parent PDE is supplied as NULL -- it worked always that way. So, one useless export removed and consistency added, some drivers created PDEs with &proc_root as parent but removed them as NULL and so on. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed