Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255172
b: refs/heads/master
c: 94cc6a8
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo authored and Chris Ball committed Jul 20, 2011
1 parent 391aa5e commit d580f34
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 33 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: 38576af1f8cad48446df47dcf404b197c9206dba
refs/heads/master: 94cc6a86567cb3c2234807081a46ce5400c36b31
1 change: 0 additions & 1 deletion trunk/drivers/mmc/host/sdhci-cns3xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/mmc/host.h>
#include <linux/mmc/sdhci-pltfm.h>
#include <mach/cns3xxx.h>
#include "sdhci.h"
#include "sdhci-pltfm.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/mmc/host/sdhci-esdhc-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <linux/gpio.h>
#include <linux/slab.h>
#include <linux/mmc/host.h>
#include <linux/mmc/sdhci-pltfm.h>
#include <linux/mmc/mmc.h>
#include <linux/mmc/sdio.h>
#include <mach/hardware.h>
Expand Down
6 changes: 5 additions & 1 deletion trunk/drivers/mmc/host/sdhci-pltfm.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@
#include <linux/clk.h>
#include <linux/types.h>
#include <linux/platform_device.h>
#include <linux/mmc/sdhci-pltfm.h>
#include <linux/mmc/sdhci.h>

struct sdhci_pltfm_data {
struct sdhci_ops *ops;
unsigned int quirks;
};

struct sdhci_pltfm_host {
struct clk *clk;
void *priv; /* to handle quirks across io-accessor calls */
Expand Down
29 changes: 0 additions & 29 deletions trunk/include/linux/mmc/sdhci-pltfm.h

This file was deleted.

0 comments on commit d580f34

Please sign in to comment.