]> git.hungrycats.org Git - linux/commit
[PATCH] x86_64 merge: fs/proc/inode.c #include fix v2.5.5-pre1
authorAndi Kleen <ak@muc.de>
Wed, 13 Feb 2002 04:17:43 +0000 (20:17 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Wed, 13 Feb 2002 04:17:43 +0000 (20:17 -0800)
commit4d32c6ba21d27f2db9e09ec196d12a2456c32048
tree28c93bf10beb145b6f44dd428fc4ae964e353154
parent8e4d5fb8af8ccf4c11a32949f227bda3293efb77
[PATCH] x86_64 merge: fs/proc/inode.c #include fix

fs/proc/inode.c is using __init, but for some reason missing an
#include <linux/init.h>. Add this.
fs/proc/inode.c