From: Dr. David Alan Gilbert Date: Sun, 5 May 2024 23:10:59 +0000 (+0100) Subject: parisc/math-emu: Remove unused struct 'exc_reg' X-Git-Tag: v6.10-rc1~128^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ca4f51fa522df285ebff76ec8bd2bde7d1c080d;p=thirdparty%2Fkernel%2Flinux.git parisc/math-emu: Remove unused struct 'exc_reg' This has been here since pre-git. Build tested. Signed-off-by: Dr. David Alan Gilbert Signed-off-by: Helge Deller --- diff --git a/arch/parisc/math-emu/driver.c b/arch/parisc/math-emu/driver.c index 6ce427b58836c..34495446e051c 100644 --- a/arch/parisc/math-emu/driver.c +++ b/arch/parisc/math-emu/driver.c @@ -26,12 +26,6 @@ #define FPUDEBUG 0 -/* Format of the floating-point exception registers. */ -struct exc_reg { - unsigned int exception : 6; - unsigned int ei : 26; -}; - /* Macros for grabbing bits of the instruction format from the 'ei' field above. */ /* Major opcode 0c and 0e */