]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/sunrpc/stats.c
SUNRPC: fix compile warnings on 64-bit platforms
[mv-sheeva.git] / net / sunrpc / stats.c
index 53746793eca29b67d1dc9fb2f217c6c259ea59f7..790941e8af4daf6b77d6c549d6cba2c11c7d44ac 100644 (file)
@@ -186,7 +186,7 @@ void _print_name(struct seq_file *seq, unsigned int op, struct rpc_procinfo *pro
                seq_printf(seq, "\t%12u: ", op);
 }
 
-#define MILLISECS_PER_JIFFY    (1000UL / HZ)
+#define MILLISECS_PER_JIFFY    (1000 / HZ)
 
 void rpc_print_iostats(struct seq_file *seq, struct rpc_clnt *clnt)
 {