Commit b35e3015 authored by Kai Germaschewski's avatar Kai Germaschewski

USB: Add missing #include <asm/uaccess.h>

parent 962b2f89
......@@ -17,6 +17,7 @@
#include <linux/tty_flip.h>
#include <linux/module.h>
#include <linux/usb.h>
#include <asm/uaccess.h>
#ifdef CONFIG_USB_SERIAL_DEBUG
static int debug = 1;
......
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