From: Stephen Warren Date: Fri, 24 Feb 2012 00:04:40 +0000 (-0700) Subject: pinctrl: move pinctrl-maps debugfs file to top-level X-Git-Tag: v3.4-rc1~128^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eedb4372354a70ce63c9f4ec294d2eba0d79d17;p=pandora-kernel.git pinctrl: move pinctrl-maps debugfs file to top-level The debugfs file pinctrl-maps is a system-wide file, not specific to any pin controller, so place it in the top-level directory. Also, move the code implementing the file to keep the order of all the functions matching the order they're created in pinctrl_init_*debugfs(). The only non-obvious change here is no private data is passed to debugfs_create_file() or single_open(). Signed-off-by: Stephen Warren Acked-by: Dong Aisheng Signed-off-by: Linus Walleij --- Reading git-diff-tree failed