Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254081
b: refs/heads/master
c: b9c350a
h: refs/heads/master
i:
  254079: c1f2072
v: v3
  • Loading branch information
Wanlong Gao authored and Chris Ball committed Jun 19, 2011
1 parent 4a325e6 commit 0ad8230
Show file tree
Hide file tree
Showing 2 changed files with 6 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: c44048dea28b3febd38417f36f7b2924d93f9bb2
refs/heads/master: b9c350a0a9d3564d20f5301f472b8841f8934c7d
5 changes: 5 additions & 0 deletions trunk/drivers/mmc/host/of_mmc_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
#include <linux/mmc/core.h>
#include <linux/mmc/host.h>

/* For archs that don't support NO_IRQ (such as mips), provide a dummy value */
#ifndef NO_IRQ
#define NO_IRQ 0
#endif

MODULE_LICENSE("GPL");

enum {
Expand Down

0 comments on commit 0ad8230

Please sign in to comment.