From 03e099fbb0fbd8aaef9316e74790d9819c57c8ff Mon Sep 17 00:00:00 2001 From: Alessandro Rubini Date: Mon, 21 Nov 2011 10:01:40 +0100 Subject: debugfs: bugfix: include 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 Signed-off-by: Alessandro Rubini Signed-off-by: Greg Kroah-Hartman --- fs/debugfs/file.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/debugfs/file.c') diff --git a/fs/debugfs/file.c b/fs/debugfs/file.c index fc98ec9e1d8..e0a3a59a674 100644 --- a/fs/debugfs/file.c +++ b/fs/debugfs/file.c @@ -19,6 +19,7 @@ #include #include #include +#include static ssize_t default_read_file(struct file *file, char __user *buf, size_t count, loff_t *ppos) -- cgit v1.2.3