serial: max310x: Add missing #include <linux/uaccess.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 12 Mar 2014 14:01:54 +0000 (15:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Mar 2014 23:13:23 +0000 (16:13 -0700)
commit58dea3577c5b7a88a989a511d7bc16514647f472
treefbd7a67e6c4c5713fe82fc0c05a539c4a218d4d0
parentb19a47e0603ef89c4179e6e48f6dd1ccc7fa3a7c
serial: max310x: Add missing #include <linux/uaccess.h>

cris allmodconfig:

drivers/tty/serial/max310x.c: In function 'max310x_ioctl':
drivers/tty/serial/max310x.c:885:3: error: implicit declaration of function 'copy_from_user' [-Werror=implicit-function-declaration]
drivers/tty/serial/max310x.c:916:3: error: implicit declaration of function 'copy_to_user' [-Werror=implicit-function-declaration]

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/max310x.c
This page took 0.038862 seconds and 5 git commands to generate.