Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355427
b: refs/heads/master
c: 2b9277a
h: refs/heads/master
i:
  355425: 03330f9
  355423: fd32c67
v: v3
  • Loading branch information
Linus Walleij committed Jan 7, 2013
1 parent c0651db commit d9addb9
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 12 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: 9aab4d6f087a042d702b6e16346378731eeaf48e
refs/heads/master: 2b9277ad77e2b14a6bb113cc6c0da5101abc5261
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-u300/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include <asm/mach-types.h>
#include <asm/mach/arch.h>

#include <mach/coh901318.h>
#include <mach/hardware.h>
#include <mach/syscon.h>
#include <mach/irqs.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-u300/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <linux/amba/pl022.h>
#include <linux/platform_data/dma-coh901318.h>
#include <linux/err.h>
#include <mach/coh901318.h>

/*
* The following is for the actual devices on the SSP/SPI bus
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/dma/coh901318.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include <linux/uaccess.h>
#include <linux/debugfs.h>
#include <linux/platform_data/dma-coh901318.h>
#include <mach/coh901318.h>

#include "coh901318.h"
#include "coh901318_lli.h"
#include "dmaengine.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/*
*
* include/linux/coh901318.h
*
*
* Copyright (C) 2007-2009 ST-Ericsson
* Copyright (C) 2007-2013 ST-Ericsson
* License terms: GNU General Public License (GPL) version 2
* DMA driver for COH 901 318
* Author: Per Friden <per.friden@stericsson.com>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/dma/coh901318_lli.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include <linux/memory.h>
#include <linux/gfp.h>
#include <linux/dmapool.h>
#include <mach/coh901318.h>

#include "coh901318.h"
#include "coh901318_lli.h"

#if (defined(CONFIG_DEBUG_FS) && defined(CONFIG_U300_DEBUG))
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/dma/coh901318_lli.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#ifndef COH901318_LLI_H
#define COH901318_LLI_H

#include <mach/coh901318.h>

struct device;

struct coh901318_pool {
Expand Down

0 comments on commit d9addb9

Please sign in to comment.