]> git.baikalelectronics.ru Git - kernel.git/commit
proc_fs.h: move struct mm_struct forward-declaration
authorBen Nizette <bn@niasdigital.com>
Thu, 12 Jun 2008 22:21:31 +0000 (15:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Jun 2008 01:05:40 +0000 (18:05 -0700)
commitb3d8565b8d457a3ce69e9d7d1331583a1b1003b2
treeff8c8c538f13cc29714406ac239e63eaf4dfaa66
parent6fe1aeabbc98c7e359b6545efcaa4d56a23a6fb9
proc_fs.h: move struct mm_struct forward-declaration

Move the forward-declaration of struct mm_struct a little way up
proc_fs.h.  This fixes a bunch of "'struct mm_struct' declared inside
parameter list" warnings with CONFIG_PROC_FS=n

Signed-off-by: Ben Nizette <bn@niasdigital.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/proc_fs.h