diff mbox series

parisc/math-emu: Remove unused struct 'exc_reg'

Message ID 20240505231059.680502-1-linux@treblig.org (mailing list archive)
State Accepted, archived
Headers show
Series parisc/math-emu: Remove unused struct 'exc_reg' | expand

Commit Message

Dr. David Alan Gilbert May 5, 2024, 11:10 p.m. UTC
From: "Dr. David Alan Gilbert" <linux@treblig.org>

This has been here since pre-git.

Build tested.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 arch/parisc/math-emu/driver.c | 6 ------
 1 file changed, 6 deletions(-)

Comments

Helge Deller May 10, 2024, 1:10 p.m. UTC | #1
On 5/6/24 01:10, linux@treblig.org wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
>
> This has been here since pre-git.
>
> Build tested.
>
> Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>

applied.
Thanks!
Helge

> ---
>   arch/parisc/math-emu/driver.c | 6 ------
>   1 file changed, 6 deletions(-)
>
> 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 */
diff mbox series

Patch

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 */