s390: Fix broken build

Fix this build error:

In file included from fs/exec.c:61:0:
arch/s390/include/asm/tlb.h:35:23: error: expected identifier or '(' before 'unsigned'
arch/s390/include/asm/tlb.h:36:1: warning: no semicolon at end of struct or union [enabled by default]
arch/s390/include/asm/tlb.h: In function 'tlb_gather_mmu':
arch/s390/include/asm/tlb.h:57:5: error: 'struct mmu_gather' has no member named 'end'

Broken due to commit 2b047252d0 ("Fix TLB gather virtual address range
invalidation corner cases").

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: stable@vger.kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
[ Oh well. We had build testing for ppc amd um, but no s390 - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Guenter Roeck and committed by Linus Torvalds 215b28a5 e180383f

Changed files
+1 -1
arch
s390
include
asm
+1 -1
arch/s390/include/asm/tlb.h
··· 32 32 struct mm_struct *mm; 33 33 struct mmu_table_batch *batch; 34 34 unsigned int fullmm; 35 - unsigned long start, unsigned long end; 35 + unsigned long start, end; 36 36 }; 37 37 38 38 struct mmu_table_batch {