Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284507
b: refs/heads/master
c: b67e198
h: refs/heads/master
i:
  284505: 27f5f45
  284503: 835056a
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Chris Ball committed Jan 12, 2012
1 parent 02d2d04 commit 02da089
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbb18b309d3d6b6661f931279697eac77b6591c9
refs/heads/master: b67e198073b2d2f16572f5fa77553fec14775f69
6 changes: 6 additions & 0 deletions trunk/include/linux/mmc/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ struct mmc_async_req {
int (*err_check) (struct mmc_card *, struct mmc_async_req *);
};

struct mmc_hotplug {
unsigned int irq;
void *handler_priv;
};

struct mmc_host {
struct device *parent;
struct device class_dev;
Expand Down Expand Up @@ -300,6 +305,7 @@ struct mmc_host {

struct delayed_work detect;
int detect_change; /* card detect flag */
struct mmc_hotplug hotplug;

const struct mmc_bus_ops *bus_ops; /* current bus driver */
unsigned int bus_refs; /* reference counter */
Expand Down

0 comments on commit 02da089

Please sign in to comment.