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
This commit is contained in:
@@ -1410,14 +1410,12 @@ static const struct platform_device_info ixp_dev_info __initdata = {
|
|||||||
static int __init ixp_module_init(void)
|
static int __init ixp_module_init(void)
|
||||||
{
|
{
|
||||||
int num = ARRAY_SIZE(ixp4xx_algos);
|
int num = ARRAY_SIZE(ixp4xx_algos);
|
||||||
int i, err ;
|
int i, err;
|
||||||
|
|
||||||
pdev = platform_device_register_full(&ixp_dev_info);
|
pdev = platform_device_register_full(&ixp_dev_info);
|
||||||
if (IS_ERR(pdev))
|
if (IS_ERR(pdev))
|
||||||
return PTR_ERR(pdev);
|
return PTR_ERR(pdev);
|
||||||
|
|
||||||
dev = &pdev->dev;
|
|
||||||
|
|
||||||
spin_lock_init(&desc_lock);
|
spin_lock_init(&desc_lock);
|
||||||
spin_lock_init(&emerg_lock);
|
spin_lock_init(&emerg_lock);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user