Commit 279f149e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB cdc-ether driver compile time fix

fix compile time error, due to addition of jiffies.h
parent d0f0cde1
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment