Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

bit_spinlock: add required includes



Signed-off-by: default avatarNick Piggin <npiggin@kernel.dk>
parent 4e35e607
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#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()
 *