From: Ben Gamari Date: Wed, 18 Feb 2009 01:08:49 +0000 (-0500) Subject: drm: Convert proc files to seq_file and introduce debugfs X-Git-Tag: v2.6.30-rc1~646^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a62277e06f93729d0340d9659153dcfbdbe16d;p=pandora-kernel.git drm: Convert proc files to seq_file and introduce debugfs The old mechanism to formatting proc files is extremely ugly. The seq_file API was designed specifically for cases like this and greatly simplifies the process. Also, most of the files in /proc really don't belong there. This patch introduces the infrastructure for putting these into debugfs and exposes all of the proc files in debugfs as well. Signed-off-by: Ben Gamari Signed-off-by: Eric Anholt --- Reading git-diff-tree failed