https://github.com/torvalds/linux
Revision 06ed4625fdfffee1251708cd30de276186d5fdcf authored by Sergei Trofimovich on 25 August 2011, 22:59:01 UTC, committed by Linus Torvalds on 25 August 2011, 23:25:33 UTC
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>
1 parent b4ca46e
History
Tip revision: 06ed4625fdfffee1251708cd30de276186d5fdcf authored by Sergei Trofimovich on 25 August 2011, 22:59:01 UTC
drivers/misc/pti.c: add missing includes
Tip revision: 06ed462
File Mode Size
1.Intro -rw-r--r-- 14.6 KB
2.Process -rw-r--r-- 23.2 KB
3.Early-stage -rw-r--r-- 10.6 KB
4.Coding -rw-r--r-- 20.6 KB
5.Posting -rw-r--r-- 15.1 KB
6.Followthrough -rw-r--r-- 11.7 KB
7.AdvancedTopics -rw-r--r-- 9.4 KB
8.Conclusion -rw-r--r-- 3.1 KB

back to top