Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298131
b: refs/heads/master
c: 3946860
h: refs/heads/master
i:
  298129: 475be58
  298127: 644a4de
v: v3
  • Loading branch information
Huang Shijie authored and David Woodhouse committed Mar 26, 2012
1 parent 6eb1dab commit cee08ff
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 273a65ad3256a829bdeb073a2e9b359433de2fe5
refs/heads/master: 3946860409130038ef6e0e5c50f2203053eae2b7
2 changes: 1 addition & 1 deletion trunk/drivers/dma/mxs-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
#include <linux/platform_device.h>
#include <linux/dmaengine.h>
#include <linux/delay.h>
#include <linux/fsl/mxs-dma.h>

#include <asm/irq.h>
#include <mach/mxs.h>
#include <mach/dma.h>
#include <mach/common.h>

/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/mxs-mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
#include <linux/gpio.h>
#include <linux/regulator/consumer.h>
#include <linux/module.h>
#include <linux/fsl/mxs-dma.h>

#include <mach/mxs.h>
#include <mach/common.h>
#include <mach/dma.h>
#include <mach/mmc.h>

#define DRIVER_NAME "mxs-mmc"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/gpmi-nand/gpmi-nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <linux/mtd/nand.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <mach/dma.h>
#include <linux/fsl/mxs-dma.h>

struct resources {
void *gpmi_regs;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/sound/soc/mxs/mxs-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/dmaengine.h>
#include <linux/fsl/mxs-dma.h>

#include <sound/core.h>
#include <sound/initval.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>

#include <mach/dma.h>
#include "mxs-pcm.h"

static struct snd_pcm_hardware snd_mxs_hardware = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/mxs/mxs-pcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef _MXS_PCM_H
#define _MXS_PCM_H

#include <mach/dma.h>
#include <linux/fsl/mxs-dma.h>

struct mxs_pcm_dma_params {
int chan_irq;
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/mxs/mxs-saif.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/time.h>
#include <linux/fsl/mxs-dma.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/saif.h>
#include <mach/dma.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <mach/mxs.h>
Expand Down

0 comments on commit cee08ff

Please sign in to comment.