]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
UAPI: Fix up empty files in arch/cris/
authorDavid Howells <dhowells@redhat.com>
Mon, 22 Oct 2012 12:18:44 +0000 (14:18 +0200)
committerJesper Nilsson <jesper@jni.nu>
Thu, 20 Dec 2012 11:51:25 +0000 (12:51 +0100)
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>
arch/cris/include/arch-v10/arch/Kbuild
arch/cris/include/arch-v32/arch/Kbuild
arch/cris/include/uapi/asm/swab.h

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..1f0fc7a66f5ff74019f4adf27b9d2fe341c4bcef 100644 (file)
@@ -0,0 +1 @@
+# CRISv10 arch
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..2fd65c7e15c9044937db1c699e38273e5fb21bc1 100644 (file)
@@ -0,0 +1 @@
+# CRISv32 arch
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4adf1e9f0b094742301d7cab5567ef201d02819e 100644 (file)
@@ -0,0 +1,3 @@
+/*
+ * CRIS byte swapping.
+ */