Skip to content
Commit 5f8539e2 authored by Johannes Berg's avatar Johannes Berg Committed by Richard Weinberger
Browse files

um: fix ndelay/udelay defines

Many places in the kernel use 'udelay' as an identifier, and
are broken with the current "#define udelay um_udelay". Fix
this by adding an argument to the macro, and do the same to
'ndelay' as well, just in case.

Fixes: 0bc8fb4d

 ("um: Implement ndelay/udelay in time-travel mode")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 1c3e979b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment