Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: include/linux/mmc/sdhci.h

Issue 6489022: sdhci:Fix to restore SDIO card interrupt after resume (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/kernel-next.git@chromeos-2.6.37
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « drivers/mmc/host/sdhci.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/linux/mmc/sdhci.h
diff --git a/include/linux/mmc/sdhci.h b/include/linux/mmc/sdhci.h
index dfb2106ce242caf51ad87327aa546b0d270c6fc1..5b9f6dbeb7e339731ed706a532a96d7802e60458 100644
--- a/include/linux/mmc/sdhci.h
+++ b/include/linux/mmc/sdhci.h
@@ -141,6 +141,8 @@ struct sdhci_host {
unsigned int caps; /* Alternative capabilities */
+ unsigned int save_intmask; /* Store original intmask */
+
unsigned long private[0] ____cacheline_aligned;
};
#endif /* __SDHCI_H */
« no previous file with comments | « drivers/mmc/host/sdhci.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698