diff options
author | David Howells <dhowells@redhat.com> | 2012-10-17 12:32:35 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-17 12:32:35 +0100 |
commit | bb2bab177408e44079ba6bd37242fa8b26dfc2a7 (patch) | |
tree | a62300c8312199af240f046110fdc0130552ca7c /arch/sparc | |
parent | 588be3004da625eacb6ba091627e023986165d3b (diff) | |
download | op-kernel-dev-bb2bab177408e44079ba6bd37242fa8b26dfc2a7.zip op-kernel-dev-bb2bab177408e44079ba6bd37242fa8b26dfc2a7.tar.gz |
UAPI: Make arch/sparc/include/uapi/asm/sigcontext.h non-empty
arch/sparc/include/uapi/asm/sigcontext.h was emitted by the UAPI disintegration
script as an empty file because the parent file had no UAPI stuff in it,
despite being marked with "header-y".
Unfortunately, the patch program deletes resultant empty files when applying a
kernel patch.
So just stick a comment in there as a placeholder.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: David S. Miller <davem@davemloft.net>
cc: sparclinux@vger.kernel.org
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/uapi/asm/sigcontext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sparc/include/uapi/asm/sigcontext.h b/arch/sparc/include/uapi/asm/sigcontext.h index e69de29..ae5704f 100644 --- a/arch/sparc/include/uapi/asm/sigcontext.h +++ b/arch/sparc/include/uapi/asm/sigcontext.h @@ -0,0 +1,4 @@ +/* + * There isn't anything here anymore, but the file must not be empty or patch + * will delete it. + */ |