projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab1418a
)
[PATCH] mips: remove HP Laserjet remains
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 3 Sep 2005 22:56:08 +0000
(15:56 -0700)
committer
Linus Torvalds
<torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:06:03 +0000
(
00:06
-0700)
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>
include/asm-mips/hp-lj/asic.h
[deleted file]
patch
|
blob
|
history
diff --git
a/include/asm-mips/hp-lj/asic.h
b/include/asm-mips/hp-lj/asic.h
deleted file mode 100644
(file)
index
fc2ca65
..0000000
--- 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);
-