move proc_kmsg_operations to fs/proc/internal.h
authorAdrian Bunk <bunk@kernel.org>
Fri, 25 Jul 2008 08:48:28 +0000 (01:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:44 +0000 (10:53 -0700)
commit6e644c3126149b65460610fe5a00d8a162092abe
tree74d324773bc25767832d19c662c7c4cf489554b3
parentcd9a6f1078ed07fe919667b73e829f3bac485573
move proc_kmsg_operations to fs/proc/internal.h

This patch moves the extern of struct proc_kmsg_operations to
fs/proc/internal.h and adds an #include "internal.h" to fs/proc/kmsg.c
so that the latter sees the former.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/internal.h
fs/proc/kmsg.c
include/linux/proc_fs.h