Do not include asm/cachectl.h in nios2 sys/cachectl.h.

The nios2 sys/cachectl.h includes a kernel header asm/cachectl.h,
which does not exist, so causing the check-installed-headers tests to
fail.  This patch removes the include of a nonexistent header.

Tested (compilation only) for nios2.

	* sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: Do not include
	<asm/cachectl.h>.
This commit is contained in:
Joseph Myers 2016-11-28 13:55:31 +00:00
parent b964e06640
commit b5e35350aa
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2016-11-28 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: Do not include
<asm/cachectl.h>.
2016-11-27 Zack Weinberg <zackw@panix.com>
* libio/libio.h: Use __USE_GNU, not _GNU_SOURCE, in a conditional.

View File

@ -21,9 +21,6 @@
#include <features.h>
/* Get the kernel definition for the op bits. */
#include <asm/cachectl.h>
__BEGIN_DECLS
#ifdef __USE_MISC