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

Unified Diff: drivers/net/usb/gobi/qcusbnet.h

Issue 6612045: CHROMIUM: gobi: Fix races in qc_deregister() once and for all. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/kernel.git@master
Patch Set: Remove bogus initializer. Created 9 years, 9 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 | « no previous file | drivers/net/usb/gobi/qcusbnet.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drivers/net/usb/gobi/qcusbnet.h
diff --git a/drivers/net/usb/gobi/qcusbnet.h b/drivers/net/usb/gobi/qcusbnet.h
index 2f2086847a3289c92c502986739283bd72b981c2..00c3a7ee3d1e271626ade69f4109455e1f489199 100644
--- a/drivers/net/usb/gobi/qcusbnet.h
+++ b/drivers/net/usb/gobi/qcusbnet.h
@@ -19,6 +19,10 @@
#ifndef QCUSBNET_QCUSBNET_H
#define QCUSBNET_QCUSBNET_H
+#include "structs.h"
+
extern int qc_suspend(struct usb_interface *iface, pm_message_t event);
+extern void qcusbnet_put(struct qcusbnet *dev);
+extern struct qcusbnet *qcusbnet_get(struct qcusbnet *dev);
#endif /* !QCUSBNET_QCUSBNET_H */
« no previous file with comments | « no previous file | drivers/net/usb/gobi/qcusbnet.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698