Skip to content

Commit

Permalink
UAPI: Place comments in empty arch Kbuilds to make them non-empty
Browse files Browse the repository at this point in the history
Place comments in:

	arch/mips/include/asm/Kbuild
	arch/tile/include/arch/Kbuild

to make them non-empty so that the patch program doesn't remove them when it
reduces them to nothing.

Possibly they should be just deleted, but it's possible that they'll acquire
generic-y or genhdr-y lines in future, so I'm keeping them around for the
moment.

Note that MIPS will compile happily if the file is deleted instead.  I haven't
tested TILE, but I suspect it will be the same there.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Ralf Baechle <ralf@linux-mips.org>
cc: Chris Metcalf <cmetcalf@tilera.com>
  • Loading branch information
David Howells committed Oct 17, 2012
1 parent 64d7155 commit 4c7b279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# MIPS headers
1 change: 1 addition & 0 deletions arch/tile/include/arch/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Tile arch headers

0 comments on commit 4c7b279

Please sign in to comment.