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 | 588be3004da625eacb6ba091627e023986165d3b (patch) | |
tree | 45f7796066fec79615ca6382fcd43b4080f2b9da /arch | |
parent | 11b8d2460c538697b813a8281db783f7bb7eb0ef (diff) | |
download | linux-3.10-588be3004da625eacb6ba091627e023986165d3b.tar.gz linux-3.10-588be3004da625eacb6ba091627e023986165d3b.tar.bz2 linux-3.10-588be3004da625eacb6ba091627e023986165d3b.zip |
UAPI: Make arch/sh/include/uapi/asm/hw_breakpoint.h non-empty
arch/sh/include/uapi/asm/hw_breakpoint.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: Paul Mundt <lethal@linux-sh.org>
cc: linux-sh@vger.kernel.org
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/include/uapi/asm/hw_breakpoint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/include/uapi/asm/hw_breakpoint.h b/arch/sh/include/uapi/asm/hw_breakpoint.h index e69de29bb2d..ae5704fa77a 100644 --- a/arch/sh/include/uapi/asm/hw_breakpoint.h +++ b/arch/sh/include/uapi/asm/hw_breakpoint.h @@ -0,0 +1,4 @@ +/* + * There isn't anything here anymore, but the file must not be empty or patch + * will delete it. + */ |