Skip to content

Commit

Permalink
ARM: u300: move DMA channel header into mach-u300
Browse files Browse the repository at this point in the history
We were broadcasting <mach/dma_channels.h> to the entire kernel
for no reason at all, push this down into the machine folder
where it belongs.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Aug 13, 2012
1 parent d0bc2f7 commit 8dcf470
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-u300/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
#include <mach/coh901318.h>
#include <mach/hardware.h>
#include <mach/syscon.h>
#include <mach/dma_channels.h>

#include "timer.h"
#include "spi.h"
#include "i2c.h"
#include "u300-gpio.h"
#include "dma_channels.h"

/*
* Static I/O mappings that are needed for booting the U300 platforms. The
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/arm/mach-u300/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <linux/amba/pl022.h>
#include <linux/err.h>
#include <mach/coh901318.h>
#include <mach/dma_channels.h>
#include "dma_channels.h"

/*
* The following is for the actual devices on the SSP/SPI bus
Expand Down

0 comments on commit 8dcf470

Please sign in to comment.