summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/inventory.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-06 23:51:34 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-06 23:51:34 +0000
commit230e5ab6a084ed50470f101934782dbf54b0d06b (patch)
tree5dd821c8d33f450470588e7a543f74bf74306e9e /include/asm-mips/inventory.h
parentc9b1c8a64c6444d189856f1e26bdcb8b4cd0113a (diff)
Merge with Linux 2.1.67.
Diffstat (limited to 'include/asm-mips/inventory.h')
-rw-r--r--include/asm-mips/inventory.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/asm-mips/inventory.h b/include/asm-mips/inventory.h
index 2d6b896d5..7ea13dc13 100644
--- a/include/asm-mips/inventory.h
+++ b/include/asm-mips/inventory.h
@@ -1,6 +1,11 @@
+/*
+ * $Id:$
+ */
#ifndef __ASM_MIPS_INVENTORY_H
#define __ASM_MIPS_INVENTORY_H
+#include <linux/config.h>
+
#ifdef CONFIG_BINFMT_IRIX
typedef struct inventory_s {
struct inventory_s *inv_next;
@@ -20,7 +25,4 @@ void init_inventory (void);
#define add_to_inventory(c,t,o,u,s)
#define init_inventory()
#endif
-#endif
-
-
-
+#endif /* defined(CONFIG_BINFMT_IRIX) */