diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2017-12-23 02:10:13 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2017-12-23 02:10:13 +0000 |
commit | a8e20500ca7c0b8d567e17f7db21f802c0971dd6 (patch) | |
tree | 17b3c694e57c5952596460b334c3bceed1de0dfd /Makefile.am | |
parent | 7396fbce27d5577a3e6f97adc52d83ea718a48ef (diff) | |
download | strace-a8e20500ca7c0b8d567e17f7db21f802c0971dd6.tar.gz |
Remove linux/mtd-abi.h
As linux kernel provides a compatible mtd/mtd-abi.h header since
commit v3.2-rc1~14^2~33, there is no need for a local copy.
* linux/mtd-abi.h: Remove.
* Makefile.am (EXTRA_DIST): Remove it.
* configure.ac (AC_CHECK_TYPES): Check for struct mtd_write_req
in <mtd/mtd-abi.h>.
* ioctl.c (ioctl_decode) <case 'M'>: Conditionalize
on [HAVE_STRUCT_MTD_WRITE_REQ].
* mtd.c: Likewise.
* tests/ioctl_mtd.c: Likewise.
* tests/ioctl.c (main): Likewise.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 115220a10..a1d4c4f00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -598,7 +598,6 @@ EXTRA_DIST = \ linux/mips/syscallent-o32.h \ linux/mips/syscallent.h \ linux/mips/userent.h \ - linux/mtd-abi.h \ linux/netlink_diag.h \ linux/nios2/arch_regs.c \ linux/nios2/arch_regs.h \ |