From: Michael Ellerman Date: Tue, 17 Apr 2007 05:59:36 +0000 (+1000) Subject: debugfs: Add debugfs_create_u64() X-Git-Tag: v2.6.22-rc1~1119^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8447891fe845851738439788c74b3c811578e3f9;p=pandora-kernel.git debugfs: Add debugfs_create_u64() I went to use this the other day, only to find it didn't exist. It's a straight copy of the debugfs u32 code, then s/u32/u64/. A quick test shows it seems to be working. Signed-off-by: Michael Ellerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed