]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5ffee9bfc533274e1d3dd16a4245eeae4c2c9933
tree59b7f879bb52ed84820f1ae59633c69bee0deea9
parentb1accc5e4f49ed5076d8a5eedbbedd82836eb1cd
debugfs: bugfix: include <linux/io.h> in file.c

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>
fs/debugfs/file.c