summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/sn/klconfig.h
diff options
context:
space:
mode:
authorRalf Baechle2006-12-11 05:07:40 +0100
committerRalf Baechle2006-12-12 02:46:24 +0100
commit2bbc5bdfb165521b28ca1825ea482557bffd3918 (patch)
treecf5ae093e894f33e388330fb9cd3597d7fe10485 /include/asm-mips/sn/klconfig.h
parent[MIPS] IP27: Don't include <asm/sn/arch.h>. (diff)
downloadkernel-qcow2-linux-2bbc5bdfb165521b28ca1825ea482557bffd3918.tar.gz
kernel-qcow2-linux-2bbc5bdfb165521b28ca1825ea482557bffd3918.tar.xz
kernel-qcow2-linux-2bbc5bdfb165521b28ca1825ea482557bffd3918.zip
[MIPS] IP27: Move definition of nic_t to its sole user.
This also fixes the duplicate definition of nic_t in the s2io driver. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/sn/klconfig.h')
-rw-r--r--include/asm-mips/sn/klconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/sn/klconfig.h b/include/asm-mips/sn/klconfig.h
index 15d70ca56187..82aeb9e322db 100644
--- a/include/asm-mips/sn/klconfig.h
+++ b/include/asm-mips/sn/klconfig.h
@@ -61,6 +61,8 @@
#endif /* CONFIG_SGI_IP35 */
#endif /* CONFIG_SGI_IP27 || CONFIG_SGI_IP35 */
+typedef u64 nic_t;
+
#define KLCFGINFO_MAGIC 0xbeedbabe
typedef s32 klconf_off_t;