Commit 3ba7c42e authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] switch m68knommu to using asm-generic/siginfo.h

This modifies the m68knommu siginfo include file to use
asm-generic/siginfo.h instead of the asm-m68k/siginfo.h.

The asm-generic/siginfo.h is more appropriate here, and
the m68k is out of date.
parent cbd9bc95
#include <asm-m68k/siginfo.h>
#ifndef _M68KNOMMU_SIGINFO_H
#define _M68KNOMMU_SIGINFO_H
#include <asm-generic/siginfo.h>
#endif
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