aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-09-03 15:56:08 -0700
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 00:06:03 -0700
commit003b54925e2ac78306f74ac433126ad5de387f7a (patch)
tree25ca457509fe4bdcf085c184d8bd450447b371c4 /include/asm-mips
parent[PATCH] more vr4181 removal (diff)
downloadlinux-dev-003b54925e2ac78306f74ac433126ad5de387f7a.tar.xz
linux-dev-003b54925e2ac78306f74ac433126ad5de387f7a.zip
[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 <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/hp-lj/asic.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-mips/hp-lj/asic.h b/include/asm-mips/hp-lj/asic.h
deleted file mode 100644
index fc2ca656da00..000000000000
--- 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);
-