summaryrefslogtreecommitdiffstats
path: root/arch
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
parent5c13db9b5df2dc97b0d4ce9d442bbcd80b5194b7 (diff)
downloadop-kernel-dev-ab35727eb879ccc9487c6df0a3796be124ed39d3.zip
op-kernel-dev-ab35727eb879ccc9487c6df0a3796be124ed39d3.tar.gz
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')
-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 2ebf287..2e70e25 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)
OpenPOWER on IntegriCloud