diff options
author | David Howells <dhowells@redhat.com> | 2012-10-22 08:18:44 -0400 |
---|---|---|
committer | Jesper Nilsson <jesper@jni.nu> | 2012-12-20 06:51:25 -0500 |
commit | 77c8006d8df4d5bafeb1d15eafa0886ae96e9b17 (patch) | |
tree | d827b9d97c8270b591880676942b561e402e62f1 /arch | |
parent | 00addd1a2de8d83dc3a5d6bb926911268ec716c9 (diff) |
UAPI: Fix up empty files in arch/cris/
Fix up three empty files in arch/cris/ by sticking placeholder comments in
there to prevent the patch program from deleting them.
I decided not to delete the arch-v*/Kbuild files as it's possibly someone might
want to use them for genhdr-y lines in the future, but they could be deleted
and the pointer lines removed from asm/Kbuild. The uapi/arch-v*/Kbuild files
ought to be uneffected by such a change.
asm/swab.h didn't have anything outside of __KERNEL__ so nothing appeared in
uapi/asm/swab.h. The latter, however, is exported by Kbuild.asm.
This needs to be applied after the CRIS UAPI disintegration patch.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/cris/include/arch-v10/arch/Kbuild | 1 | ||||
-rw-r--r-- | arch/cris/include/arch-v32/arch/Kbuild | 1 | ||||
-rw-r--r-- | arch/cris/include/uapi/asm/swab.h | 3 |
3 files changed, 5 insertions, 0 deletions
diff --git a/arch/cris/include/arch-v10/arch/Kbuild b/arch/cris/include/arch-v10/arch/Kbuild index e69de29bb2d1..1f0fc7a66f5f 100644 --- a/arch/cris/include/arch-v10/arch/Kbuild +++ b/arch/cris/include/arch-v10/arch/Kbuild | |||
@@ -0,0 +1 @@ | |||
# CRISv10 arch | |||
diff --git a/arch/cris/include/arch-v32/arch/Kbuild b/arch/cris/include/arch-v32/arch/Kbuild index e69de29bb2d1..2fd65c7e15c9 100644 --- a/arch/cris/include/arch-v32/arch/Kbuild +++ b/arch/cris/include/arch-v32/arch/Kbuild | |||
@@ -0,0 +1 @@ | |||
# CRISv32 arch | |||
diff --git a/arch/cris/include/uapi/asm/swab.h b/arch/cris/include/uapi/asm/swab.h index e69de29bb2d1..4adf1e9f0b09 100644 --- a/arch/cris/include/uapi/asm/swab.h +++ b/arch/cris/include/uapi/asm/swab.h | |||
@@ -0,0 +1,3 @@ | |||
1 | /* | ||
2 | * CRIS byte swapping. | ||
3 | */ | ||