[PATCH] Remove unused var from asm/futex.h
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Wed, 21 Sep 2005 16:38:09 +0000 (18:38 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 21 Sep 2005 23:16:29 +0000 (16:16 -0700)
commit676067cfeaa16f6f338e067e83ce4733b41c0b24
tree4468541d1b970fc240c115b69d894443d3ed564c
parentc51179fb0c77ad91df5825f8f7eb670da97e137e
[PATCH] Remove unused var from asm/futex.h

As recently done by Russell King for ARM, commit
4732efbeb997189d9f9b04708dc26bf8613ed721 introduces a generic asm/futex.h copied
along most arches, which includes a "-ENOSYS support" to be changed if needed.
However, it includes an unused var (taken from the "real" version) which GCC
warns about.

Remove it from all arches having that file version (i.e. same GIT id).
$ git-diff-tree -r HEAD
and
$ git-ls-tree  -r HEAD include/|grep 9feff4ce1424bc390608326240be369eb13aa648

may be more interesting than looking at the patch itself, to make sure I've
just copied the arm header to all other archs having the original dummy version
of this file.

Cc: Jakub Jelinek <jakub@redhat.com>
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
17 files changed:
include/asm-alpha/futex.h
include/asm-arm26/futex.h
include/asm-cris/futex.h
include/asm-frv/futex.h
include/asm-h8300/futex.h
include/asm-ia64/futex.h
include/asm-m32r/futex.h
include/asm-m68k/futex.h
include/asm-m68knommu/futex.h
include/asm-parisc/futex.h
include/asm-ppc/futex.h
include/asm-s390/futex.h
include/asm-sh/futex.h
include/asm-sh64/futex.h
include/asm-sparc/futex.h
include/asm-sparc64/futex.h
include/asm-v850/futex.h