Re: geode crypto is PCI device

2006-12-08 Thread Jordan Crouse
On 07/12/06 22:16 -0800, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > This driver seems to be for a PCI device. Indeed it is. Nice catch. > Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> Acked-by: Jordan Crouse <[EMAIL PROTECTED]> > --- > drivers/crypto/Kconfig |2

Re: geode crypto is PCI device

2006-12-08 Thread Jordan Crouse
On 07/12/06 22:16 -0800, Randy Dunlap wrote: From: Randy Dunlap [EMAIL PROTECTED] This driver seems to be for a PCI device. Indeed it is. Nice catch. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] Acked-by: Jordan Crouse [EMAIL PROTECTED] --- drivers/crypto/Kconfig |2 +- 1 file

[PATCH] geode crypto is PCI device

2006-12-07 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> This driver seems to be for a PCI device. drivers/crypto/geode-aes.c:384: warning: implicit declaration of function 'pci_release_regions' drivers/crypto/geode-aes.c:397: warning: implicit declaration of function 'pci_request_regions' Signed-off-by:

[PATCH] geode crypto is PCI device

2006-12-07 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] This driver seems to be for a PCI device. drivers/crypto/geode-aes.c:384: warning: implicit declaration of function 'pci_release_regions' drivers/crypto/geode-aes.c:397: warning: implicit declaration of function 'pci_request_regions' Signed-off-by: Randy