parent b3cfc0e84039db344d2e1c5ccf870ebec6b89af3 (v2.6.37-rc1-3-gb3cfc0e) commit 56a31331f7f834c41c4841d901ab9097d200b5de Author: Jan Engelhardt <jengelh@xxxxxxxxxx> Date: Mon Nov 15 22:38:16 2010 +0100 openpromfs: fix compile error Fix a compile error introduced by v2.6.37-rc1~44^2~23. CC [M] fs/openpromfs/inode.o fs/openpromfs/inode.c: In function âopenprom_mountâ: fs/openpromfs/inode.c:422:1: error: expected â;â before â}â token Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- fs/openpromfs/inode.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/openpromfs/inode.c b/fs/openpromfs/inode.c index ddb1f41..911e61f 100644 --- a/fs/openpromfs/inode.c +++ b/fs/openpromfs/inode.c @@ -418,7 +418,7 @@ out_no_root: static struct dentry *openprom_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) { - return mount_single(fs_type, flags, data, openprom_fill_super) + return mount_single(fs_type, flags, data, openprom_fill_super); } static struct file_system_type openprom_fs_type = { -- # Created with git-export-patch -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html