diff --git a/arch/s390/lib/uaccess.c b/arch/s390/lib/uaccess.c index 1cd5a3768fcdf4b11f32781461c570af93bd52d5..e4a13d7cab6e4379b3e9226ac3174447aeb8d752 100644 --- a/arch/s390/lib/uaccess.c +++ b/arch/s390/lib/uaccess.c @@ -27,7 +27,6 @@ void debug_user_asce(int exit) "kernel: %016llx user: %016llx\n", exit ? "exit" : "entry", cr1, cr7, S390_lowcore.kernel_asce, S390_lowcore.user_asce); - } #endif /*CONFIG_DEBUG_ENTRY */