Commit 626d6074 authored by Nick Piggin's avatar Nick Piggin

bit_spinlock: add required includes

Signed-off-by: default avatarNick Piggin <npiggin@kernel.dk>
parent 4e35e607
#ifndef __LINUX_BIT_SPINLOCK_H
#define __LINUX_BIT_SPINLOCK_H
#include <linux/kernel.h>
#include <linux/preempt.h>
#include <asm/atomic.h>
/*
* bit-based spin_lock()
*
......
Markdown is supported
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