aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/tools
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2017-11-16 13:49:50 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-11-16 15:06:21 +0100
commitab35727eb879ccc9487c6df0a3796be124ed39d3 (patch)
treeebf829edea48b06c78a2d78ad4d3b93186b76225 /arch/s390/tools
parentzfcp: purely mechanical update using timer API, plus blank lines (diff)
downloadlinux-dev-ab35727eb879ccc9487c6df0a3796be124ed39d3.tar.xz
linux-dev-ab35727eb879ccc9487c6df0a3796be124ed39d3.zip
s390: remove unused parameter from Makefile
Remove unused parameter from the call function, which I accidentally added. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/tools')
-rw-r--r--arch/s390/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/tools/Makefile b/arch/s390/tools/Makefile
index 2ebf2872cc16..2e70e25de07a 100644
--- a/arch/s390/tools/Makefile
+++ b/arch/s390/tools/Makefile
@@ -21,4 +21,4 @@ include/generated/facilities.h: $(obj)/gen_facilities FORCE
$(call filechk,facilities.h)
include/generated/dis.h: $(obj)/gen_opcode_table FORCE
- $(call filechk,dis.h,__FUN)
+ $(call filechk,dis.h)