Skip to content
Commit e48b3dee authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

Add semaphore.h to kernel_lock.c



kernel_lock.c uses DECLARE_MUTEX, up() and down() without explicitly
including asm/semaphore.h.  This is fragile and leaves it vulnerable
to breakage during header reorganisations.

Signed-off-by: default avatarMatthew Wilcox <willy@linux.intel.com>
parent 8b91de2e
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