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 | 11b8d2460c538697b813a8281db783f7bb7eb0ef (patch) | |
tree | c872ee2edf063af68c3a5779c304decd4adfc876 /arch/mn10300 | |
parent | 0420c87e648a3b623ad925038a0bcff2ef5a4bc9 (diff) |
UAPI: Make arch/mn10300/include/uapi/asm/setup.h non-empty
arch/mn10300/include/uapi/asm/setup.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>
Diffstat (limited to 'arch/mn10300')
-rw-r--r-- | arch/mn10300/include/uapi/asm/setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mn10300/include/uapi/asm/setup.h b/arch/mn10300/include/uapi/asm/setup.h index e69de29bb2d1..ae5704fa77ad 100644 --- a/arch/mn10300/include/uapi/asm/setup.h +++ b/arch/mn10300/include/uapi/asm/setup.h @@ -0,0 +1,4 @@ +/* + * There isn't anything here anymore, but the file must not be empty or patch + * will delete it. + */ |