|
@@ -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 = {
|