This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / arc / misc.c
index 84867de..f34abfd 100644 (file)
@@ -104,5 +104,5 @@ ArcFlushAllCaches(VOID)
 
 DISPLAY_STATUS * __init ArcGetDisplayStatus(ULONG FileID)
 {
-       return (DISPLAY_STATUS *) ARC_CALL1(GetDisplayStatus, FileID);
+       return ARC_CALL1(GetDisplayStatus, FileID);
 }