parisc/math-emu: Remove unused struct 'exc_reg'
[linux-2.6-block.git] / 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 */