Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d791c2bdf0e7bd71b867210650e00c850b1f7de9
Commit:     d791c2bdf0e7bd71b867210650e00c850b1f7de9
Parent:     48d8d7ee5dd17c64833e0343ab4ae8ef01cc2648
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Sun Jun 24 15:59:54 2007 +0200
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Wed Jun 27 02:33:06 2007 -0400

    au1000_eth: Fix warnings.
    
    Fixed by including <linux/dma-mapping.h>:
    
      CC      drivers/net/au1000_eth.o
    drivers/net/au1000_eth.c: In function 'au1000_probe':
    drivers/net/au1000_eth.c:661: warning: implicit declaration of function 
'dma_alloc_noncoherent'
    drivers/net/au1000_eth.c:802: warning: implicit declaration of function 
'dma_free_noncoherent'
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/au1000_eth.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
index c39ab80..c27cfce 100644
--- a/drivers/net/au1000_eth.c
+++ b/drivers/net/au1000_eth.c
@@ -34,7 +34,7 @@
  *
  *
  */
-
+#include <linux/dma-mapping.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/string.h>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to