From: Roland Dreier Date: Thu, 9 Jul 2009 00:05:32 +0000 (-0700) Subject: fealnx: Fix build breakage -- PR_CONT should be KERN_CONT X-Git-Tag: v2.6.31-rc3~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e3167308048ca6c810733384d8289082f7e4ec1;p=pandora-kernel.git fealnx: Fix build breakage -- PR_CONT should be KERN_CONT Commit ad361c98 ("Remove multiple KERN_ prefixes from printk formats") broke the build for fealnx because it added some "printk(PR_CONT ..." calls, when PR_CONT doesn't exist; it should be "printk(KERN_CONT ..." Signed-off-by: Roland Dreier Cc: Joe Perches Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed