public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] Fix asm-avr32/dma-mapping.h breakage
@ 2007-10-24 11:22 Haavard Skinnemoen
  2007-10-24 11:24 ` Jens Axboe
  0 siblings, 1 reply; 10+ messages in thread
From: Haavard Skinnemoen @ 2007-10-24 11:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel, Jens Axboe

Hi Linus,

Sorry about sending you pull requests so rapidly, but Jens broke my
dma-mapping.h yesterday. Or you may say the bug was there to begin with
and Jens merely exposed it, but that makes it sound like my fault ;-)

Anyway, please pull from

  ssh://master.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6.git for-linus

to receive the following update.

Haavard Skinnemoen (1):
      AVR32: Fix sg_page breakage

 include/asm-avr32/dma-mapping.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-avr32/dma-mapping.h b/include/asm-avr32/dma-mapping.h
index a713163..57dc672 100644
--- a/include/asm-avr32/dma-mapping.h
+++ b/include/asm-avr32/dma-mapping.h
@@ -3,7 +3,7 @@
 
 #include <linux/mm.h>
 #include <linux/device.h>
-#include <asm/scatterlist.h>
+#include <linux/scatterlist.h>
 #include <asm/processor.h>
 #include <asm/cacheflush.h>
 #include <asm/io.h>

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-10-24 12:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 11:22 [GIT PATCH] Fix asm-avr32/dma-mapping.h breakage Haavard Skinnemoen
2007-10-24 11:24 ` Jens Axboe
2007-10-24 11:29   ` Sam Ravnborg
2007-10-24 11:58     ` Jens Axboe
2007-10-24 12:15     ` Robert P. J. Day
2007-10-24 12:21       ` Jens Axboe
2007-10-24 12:41         ` Adrian Bunk
2007-10-24 12:44           ` Robert P. J. Day
2007-10-24 12:58             ` Jens Axboe
2007-10-24 12:45           ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox