summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/fpu-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/fpu-types.h')
-rw-r--r--arch/s390/include/asm/fpu-types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/fpu-types.h b/arch/s390/include/asm/fpu-types.h
index fee4468a85d3..f5b6fab30401 100644
--- a/arch/s390/include/asm/fpu-types.h
+++ b/arch/s390/include/asm/fpu-types.h
@@ -13,7 +13,6 @@
struct fpu {
__u32 fpc; /* Floating-point control */
- void *regs; /* Pointer to the current save area */
union {
/* Floating-point register save area */
freg_t fprs[__NUM_FPRS];