Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255179
b: refs/heads/master
c: bfed345
h: refs/heads/master
i:
  255177: b95f603
  255175: 8955617
v: v3
  • Loading branch information
Zhangfei Gao authored and Chris Ball committed Jul 20, 2011
1 parent bd6bf44 commit cf9fa1a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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: c984c2638501e9bdb23438e61b922e3234959fac
refs/heads/master: bfed345edfe05b291f7e5d396d4b447b6e8e66fa
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mmp/include/mach/mmp2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __ASM_MACH_MMP2_H
#define __ASM_MACH_MMP2_H

#include <plat/sdhci.h>
#include <linux/platform_data/pxa_sdhci.h>

struct sys_timer;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci-pxav2.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <linux/gpio.h>
#include <linux/mmc/card.h>
#include <linux/mmc/host.h>
#include <plat/sdhci.h>
#include <linux/platform_data/pxa_sdhci.h>
#include <linux/slab.h>
#include "sdhci.h"
#include "sdhci-pltfm.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci-pxav3.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <linux/gpio.h>
#include <linux/mmc/card.h>
#include <linux/mmc/host.h>
#include <plat/sdhci.h>
#include <linux/platform_data/pxa_sdhci.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include "sdhci.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* linux/arch/arm/plat-pxa/include/plat/sdhci.h
/*
* include/linux/platform_data/pxa_sdhci.h
*
* Copyright 2010 Marvell
* Zhangfei Gao <zhangfei.gao@marvell.com>
Expand All @@ -10,8 +11,8 @@
* published by the Free Software Foundation.
*/

#ifndef __PLAT_PXA_SDHCI_H
#define __PLAT_PXA_SDHCI_H
#ifndef _PXA_SDHCI_H_
#define _PXA_SDHCI_H_

/* pxa specific flag */
/* Require clock free running */
Expand Down Expand Up @@ -56,5 +57,4 @@ struct sdhci_pxa {
u8 clk_enable;
u8 power_mode;
};

#endif /* __PLAT_PXA_SDHCI_H */
#endif /* _PXA_SDHCI_H_ */

0 comments on commit cf9fa1a

Please sign in to comment.