remove machine/metadata.h from sys/opencrypto/crypto.c

The header was added by the recent keybuf feature (r316343)

MODINFOMD_KEYBUF originally resided here, but was moved to linker.h

This change fixes the build on risc-5 which doesn't have a metadata.h

Detected by Jenkins: https://ci.freebsd.org/job/FreeBSD-head-riscv64-build/1167/console

Reported by:	lwhsu
This commit is contained in:
allanjude 2017-04-04 04:01:02 +00:00
parent f2cb6660b5
commit 642b174dad

View File

@ -86,7 +86,6 @@ __FBSDID("$FreeBSD$");
#if defined(__i386__) || defined(__amd64__) || defined(__aarch64__) #if defined(__i386__) || defined(__amd64__) || defined(__aarch64__)
#include <machine/pcb.h> #include <machine/pcb.h>
#endif #endif
#include <machine/metadata.h>
SDT_PROVIDER_DEFINE(opencrypto); SDT_PROVIDER_DEFINE(opencrypto);