]> Pileus Git - ~andy/linux/commitdiff
UAPI: Make arch/sh/include/uapi/asm/hw_breakpoint.h non-empty
authorDavid Howells <dhowells@redhat.com>
Wed, 17 Oct 2012 11:32:35 +0000 (12:32 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 17 Oct 2012 11:32:35 +0000 (12:32 +0100)
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

arch/sh/include/uapi/asm/hw_breakpoint.h

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ae5704fa77ad6d15e8de4623ca6465f24f2341b9 100644 (file)
@@ -0,0 +1,4 @@
+/*
+ * There isn't anything here anymore, but the file must not be empty or patch
+ * will delete it.
+ */