| 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 */
|
|
|