From: Ralf Baechle Date: Sat, 3 Sep 2005 22:56:08 +0000 (-0700) Subject: [PATCH] mips: remove HP Laserjet remains X-Git-Tag: v2.6.14-rc1~888 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=003b54925e2ac78306f74ac433126ad5de387f7a;p=~shefty%2Frdma-dev.git [PATCH] mips: remove HP Laserjet remains Remove the one file which managed to survive the removel of HP Laserjet support. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-mips/hp-lj/asic.h b/include/asm-mips/hp-lj/asic.h deleted file mode 100644 index fc2ca656da0..00000000000 --- a/include/asm-mips/hp-lj/asic.h +++ /dev/null @@ -1,7 +0,0 @@ - -typedef enum { IllegalAsic, UnknownAsic, AndrosAsic, HarmonyAsic } AsicId; - -AsicId GetAsicId(void); - -const char* const GetAsicName(void); -