Index: arch/mips32/include/mm/asid.h
===================================================================
--- arch/mips32/include/mm/asid.h	(revision 20d50a15ee7f195ac1e5a2da974bef0722bb9d60)
+++ arch/mips32/include/mm/asid.h	(revision 1093620503b2f69322a4608d2a3ce6af5b4336cd)
@@ -31,15 +31,8 @@
 
 #include <arch/types.h>
-#include <typedefs.h>
 
-#define ASIDS		256
-#define ASID_INVALID	0
-#define ASID_START	1
+#define ASID_MAX_ARCH	255
 
 typedef __u8 asid_t;
 
-extern asid_t asid_get(void);
-extern void asid_put(asid_t asid);
-extern bool asid_has_conflicts(asid_t asid);
-
 #endif
