parisc/math-emu: Remove unused struct 'exc_reg'
authorDr. David Alan Gilbert <linux@treblig.org>
Sun, 5 May 2024 23:10:59 +0000 (00:10 +0100)
committerHelge Deller <deller@gmx.de>
Fri, 10 May 2024 13:09:15 +0000 (15:09 +0200)
This has been here since pre-git.  Build tested.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/math-emu/driver.c

index 6ce427b58836c55d3166f0e98c175355b6737d50..34495446e051c264caf2105df0194d80bb791bef 100644 (file)
 
 #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 */