Skip to content

Commit

Permalink
Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprows…
Browse files Browse the repository at this point in the history
…ki/linux-dma-mapping

Pull DMA-mapping fix from Marek Szyprowski:
 "A build bugfix for the device tree support for reserved memory
  regions.  Due to superfluous include the common code failed to build
  on ARM64 and MIPS architectures.

  The patch that caused the build break has lived at linux-next for
  about two weeks and noone noticed the issue, what convinced me that
  everything was ok"

* 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping:
  drivers: of: fix build break if asm/dma-contiguous.h is missing
  • Loading branch information
Linus Torvalds committed Sep 12, 2013
2 parents b3b7568 + aca0156 commit 3b38f56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/of/of_reserved_mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
* License or (at your optional) any later version of the license.
*/

#include <asm/dma-contiguous.h>

#include <linux/memblock.h>
#include <linux/err.h>
#include <linux/of.h>
Expand Down

0 comments on commit 3b38f56

Please sign in to comment.