forked from Minki/linux
[PATCH] bogus function type in qdio
In qdio_get_micros() volatile in return type is plain noise (even with old gccisms it would make no sense - noreturn function returning __u64 is a bit odd ;-) Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
b6a9ad7389
commit
a46206e74e
@ -112,7 +112,7 @@ qdio_min(int a,int b)
|
||||
|
||||
/***************** SCRUBBER HELPER ROUTINES **********************/
|
||||
|
||||
static inline volatile __u64
|
||||
static inline __u64
|
||||
qdio_get_micros(void)
|
||||
{
|
||||
return (get_clock() >> 10); /* time>>12 is microseconds */
|
||||
|
Loading…
Reference in New Issue
Block a user