diff options
-rw-r--r-- | drivers/xen/xenfs/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/xenfs/super.c b/drivers/xen/xenfs/super.c index 967f069385d0..71ddfb4cf61c 100644 --- a/drivers/xen/xenfs/super.c +++ b/drivers/xen/xenfs/super.c | |||
@@ -87,7 +87,6 @@ static int __init xenfs_init(void) | |||
87 | if (xen_domain()) | 87 | if (xen_domain()) |
88 | return register_filesystem(&xenfs_type); | 88 | return register_filesystem(&xenfs_type); |
89 | 89 | ||
90 | pr_info("not registering filesystem on non-xen platform\n"); | ||
91 | return 0; | 90 | return 0; |
92 | } | 91 | } |
93 | 92 | ||