Omit needless rijndael dependencies.

This commit is contained in:
riastradh 2020-07-25 22:37:16 +00:00
parent fe314d33a5
commit b594f6630a
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.armada,v 1.5 2020/04/22 09:15:40 rin Exp $
# $NetBSD: files.armada,v 1.6 2020/07/25 22:37:16 riastradh Exp $
# Configuration info for Marvell ARMADA integrated peripherals
# ARMADA XP Buffer Manger
@ -10,5 +10,5 @@ device mvxpe: mvxpbm, ether, ifnet, arp, mii
file dev/marvell/if_mvxpe.c mvxpe needs-flag
# ARMADA XP Cryptographic Engines and Security Accelerator
device mvxpsec: opencrypto, rijndael
device mvxpsec: opencrypto
file dev/marvell/mvxpsec.c mvxpsec needs-flag

View File

@ -1,4 +1,4 @@
/* $NetBSD: mvxpsec.c,v 1.5 2019/12/27 09:41:51 msaitoh Exp $ */
/* $NetBSD: mvxpsec.c,v 1.6 2020/07/25 22:37:16 riastradh Exp $ */
/*
* Copyright (c) 2015 Internet Initiative Japan Inc.
* All rights reserved.
@ -53,8 +53,6 @@
#include <uvm/uvm_extern.h>
#include <crypto/rijndael/rijndael.h>
#include <opencrypto/cryptodev.h>
#include <opencrypto/xform.h>