Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/misc/pti.c: add missing includes

Found on allmodconfig build (ARCH=alpha)

drivers/misc/pti.c: In function 'get_id':
drivers/misc/pti.c:249: error: implicit declaration of function 'kmalloc'
drivers/misc/pti.c: In function 'pti_char_write':
drivers/misc/pti.c:658: error: implicit declaration of function 'copy_from_user'

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: J Freyensee <james_p_freyensee@linux.intel.com>
Cc: Jeremy Rocher <rocher.jeremy@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Sergei Trofimovich and committed by
Linus Torvalds
06ed4625 b4ca46e4

+2
+2
drivers/misc/pti.c
··· 33 33 #include <linux/mutex.h> 34 34 #include <linux/miscdevice.h> 35 35 #include <linux/pti.h> 36 + #include <linux/slab.h> 37 + #include <linux/uaccess.h> 36 38 37 39 #define DRIVERNAME "pti" 38 40 #define PCINAME "pciPTI"