mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
crypto: hifn_795x - Remove 64-bit build-time check
As we're already using Kconfig to disable 64-bit builds for this driver, there is no point in doing it again in the source code. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
9fcddaf2e2
commit
9fae1f05b8
@ -2645,9 +2645,6 @@ static int __init hifn_init(void)
|
|||||||
unsigned int freq;
|
unsigned int freq;
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
/* HIFN supports only 32-bit addresses */
|
|
||||||
BUILD_BUG_ON(sizeof(dma_addr_t) != 4);
|
|
||||||
|
|
||||||
if (strncmp(hifn_pll_ref, "ext", 3) &&
|
if (strncmp(hifn_pll_ref, "ext", 3) &&
|
||||||
strncmp(hifn_pll_ref, "pci", 3)) {
|
strncmp(hifn_pll_ref, "pci", 3)) {
|
||||||
pr_err("hifn795x: invalid hifn_pll_ref clock, must be pci or ext");
|
pr_err("hifn795x: invalid hifn_pll_ref clock, must be pci or ext");
|
||||||
|
Loading…
Reference in New Issue
Block a user