From: David Miller on 8 Aug 2010 02:00 From: David Miller <davem(a)davemloft.net> Date: Sat, 07 Aug 2010 22:50:09 -0700 (PDT) > drivers/crypto/n2_core.c: In function 'find_devino_index': > drivers/crypto/n2_core.c:1583:21: error: 'struct platform_device' has no member named 'num_irqs' > drivers/crypto/n2_core.c: In function 'spu_map_ino': > drivers/crypto/n2_core.c:1606:14: error: 'struct platform_device' has no member named 'irqs' > > Looks simply like missing "archdata." prefixes. Same problem in drivers/net/greth.c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Grant Likely on 8 Aug 2010 02:20 On Sat, Aug 7, 2010 at 11:56 PM, David Miller <davem(a)davemloft.net> wrote: > From: David Miller <davem(a)davemloft.net> > Date: Sat, 07 Aug 2010 22:50:09 -0700 (PDT) > >> drivers/crypto/n2_core.c: In function 'find_devino_index': >> drivers/crypto/n2_core.c:1583:21: error: 'struct platform_device' has no member named 'num_irqs' >> drivers/crypto/n2_core.c: In function 'spu_map_ino': >> drivers/crypto/n2_core.c:1606:14: error: 'struct platform_device' has no member named 'irqs' >> >> Looks simply like missing "archdata." prefixes. > > Same problem in drivers/net/greth.c Yup in both cases. I missed fixing them up in commit 1636f8ac2b08410df4766449f7c86b912443cd99. I'm test-building a patch right now. g. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [GIT PULL rcu/next] RCU sparse modifications etc. Next: igbvf.txt: Add igbvf Documentation |