Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332804
b: refs/heads/master
c: 2976837
h: refs/heads/master
v: v3
  • Loading branch information
Venkatraman S authored and Chris Ball committed Sep 4, 2012
1 parent 68c886c commit 462b780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 6780162c0097915dbc4e8fc11af662a270093d85
refs/heads/master: 2976837c6ea8c852389b99e6e1a6f91ccd21fba1
10 changes: 0 additions & 10 deletions trunk/drivers/mmc/host/omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,10 @@
#include <linux/mmc/card.h>
#include <linux/clk.h>
#include <linux/scatterlist.h>
#include <linux/i2c/tps65010.h>
#include <linux/slab.h>

#include <asm/io.h>
#include <asm/irq.h>

#include <plat/board.h>
#include <plat/mmc.h>
#include <asm/gpio.h>
#include <plat/dma.h>
#include <plat/mux.h>
#include <plat/fpga.h>

#define OMAP_MMC_REG_CMD 0x00
#define OMAP_MMC_REG_ARGL 0x01
Expand Down Expand Up @@ -107,7 +99,6 @@ struct mmc_omap_slot {
u16 saved_con;
u16 bus_mode;
unsigned int fclk_freq;
unsigned powered:1;

struct tasklet_struct cover_tasklet;
struct timer_list cover_timer;
Expand Down Expand Up @@ -139,7 +130,6 @@ struct mmc_omap_host {
unsigned int phys_base;
int irq;
unsigned char bus_mode;
unsigned char hw_bus_mode;
unsigned int reg_shift;

struct work_struct cmd_abort_work;
Expand Down

0 comments on commit 462b780

Please sign in to comment.