Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fix from Herbert Xu:
"Fix a build error on ARM that was introduced in 3.13-rc1"

* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: ixp4xx - Fix kernel compile error

+1 -3
+1 -3
drivers/crypto/ixp4xx_crypto.c
··· 1410 1410 static int __init ixp_module_init(void) 1411 1411 { 1412 1412 int num = ARRAY_SIZE(ixp4xx_algos); 1413 - int i, err ; 1413 + int i, err; 1414 1414 1415 1415 pdev = platform_device_register_full(&ixp_dev_info); 1416 1416 if (IS_ERR(pdev)) 1417 1417 return PTR_ERR(pdev); 1418 - 1419 - dev = &pdev->dev; 1420 1418 1421 1419 spin_lock_init(&desc_lock); 1422 1420 spin_lock_init(&emerg_lock);