Commit 92a4fc71 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by David S. Miller

[PATCH] fix signal.h compilation on PPC

signal.h uses spinlock_t now so it needs to include spinlock.h.
Without this compilation failes on PPC.
parent 1bded471
#ifndef _LINUX_SIGNAL_H #ifndef _LINUX_SIGNAL_H
#define _LINUX_SIGNAL_H #define _LINUX_SIGNAL_H
#include <linux/list.h>
#include <linux/spinlock.h>
#include <asm/signal.h> #include <asm/signal.h>
#include <asm/siginfo.h> #include <asm/siginfo.h>
#include <linux/list.h>
#ifdef __KERNEL__ #ifdef __KERNEL__
/* /*
......
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