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>
This commit is contained in:
David Howells 2012-10-22 14:18:44 +02:00 committed by Jesper Nilsson
parent 00addd1a2d
commit 77c8006d8d
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
# CRISv10 arch

View File

@ -0,0 +1 @@
# CRISv32 arch

View File

@ -0,0 +1,3 @@
/*
* CRIS byte swapping.
*/