2005-04-27 22:26:58

by Benoit Boissinot

[permalink] [raw]
Subject: [2.6 PATCH] remove include/asm-mips/hp-lj/*

This patch removes the unused file
include/asm-mips/hp-lj/asics.h (arch/mips/hp-lj was removed in 2.6.10
but it seems this file was forgotten).

include/asm-mips/hp-lj should be removed as it will be empty after that.

Signed-off-by: Benoit Boissinot <[email protected]>

--- ./include/asm-mips/hp-lj/asic.h 2005-03-02 08:38:26.000000000 +0100
+++ /dev/null 2005-04-21 09:16:22.079816680 +0200
@@ -1,7 +0,0 @@
-
-typedef enum { IllegalAsic, UnknownAsic, AndrosAsic, HarmonyAsic } AsicId;
-
-AsicId GetAsicId(void);
-
-const char* const GetAsicName(void);
-


2005-04-28 11:35:48

by Ralf Baechle

[permalink] [raw]
Subject: Re: [2.6 PATCH] remove include/asm-mips/hp-lj/*

On Thu, Apr 28, 2005 at 12:22:27AM +0200, Benoit Boissinot wrote:

> This patch removes the unused file
> include/asm-mips/hp-lj/asics.h (arch/mips/hp-lj was removed in 2.6.10
> but it seems this file was forgotten).
>
> include/asm-mips/hp-lj should be removed as it will be empty after that.

Thanks, applied to the MIPS tree.

Ralf