Skip to content

Commit 0ca4f51

Browse files
Dr. David Alan Gilberthdeller
authored andcommitted
parisc/math-emu: Remove unused struct 'exc_reg'
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>
1 parent 487fa28 commit 0ca4f51

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/parisc/math-emu/driver.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626

2727
#define FPUDEBUG 0
2828

29-
/* Format of the floating-point exception registers. */
30-
struct exc_reg {
31-
unsigned int exception : 6;
32-
unsigned int ei : 26;
33-
};
34-
3529
/* Macros for grabbing bits of the instruction format from the 'ei'
3630
field above. */
3731
/* Major opcode 0c and 0e */

0 commit comments

Comments
 (0)