]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/kernel/vpe.c
[MIPS] Replace __attribute_used__ with __used
[linux-2.6-omap-h63xx.git] / arch / mips / kernel / vpe.c
index 9e66354dee8b1e15df6568ddd2903609dacc0d7a..a2bee10f04cf6ae3441b5b0f71e331383209cc1a 100644 (file)
@@ -154,7 +154,6 @@ struct {
 };
 
 static void release_progmem(void *ptr);
-/* static __attribute_used__ void dump_vpe(struct vpe * v); */
 extern void save_gp_address(unsigned int secbase, unsigned int rel);
 
 /* get the vpe associated with this minor */
@@ -1024,7 +1023,7 @@ static int vpe_elfload(struct vpe * v)
        return 0;
 }
 
-__attribute_used__ void dump_vpe(struct vpe * v)
+void __used dump_vpe(struct vpe * v)
 {
        struct tc *t;