diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-05-22 10:17:01 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-05-22 10:17:01 -0700 |
| commit | 279f149e8b20b322b7a4845af8709cd7966a2e01 (patch) | |
| tree | 90bc396017a5db30aa64bd3aecb9cc5ab00f9070 /drivers | |
| parent | d0f0cde199764cb083b3617c3739f45b1a73052d (diff) | |
USB cdc-ether driver compile time fix
fix compile time error, due to addition of jiffies.h
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/net/cdc-ether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/net/cdc-ether.c b/drivers/usb/net/cdc-ether.c index c257e9185dcf..a1a9e5505337 100644 --- a/drivers/usb/net/cdc-ether.c +++ b/drivers/usb/net/cdc-ether.c @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - +#include <linux/types.h> #include <linux/jiffies.h> #include <linux/slab.h> #include <linux/init.h> |
