debugfs: bugfix: include <linux/io.h> in file.c
authorAlessandro Rubini <rubini@gnudd.com>
Mon, 21 Nov 2011 09:01:40 +0000 (10:01 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Nov 2011 18:20:05 +0000 (10:20 -0800)
The regs32 machinery uses readl. I forgot the mandatory include
and the code was not compiling on all archs.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found