From: Joe Perches Date: Thu, 13 Sep 2012 03:13:37 +0000 (-0700) Subject: dev: Add dev_vprintk_emit and dev_printk_emit X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~76^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05e4e5b87aab74f994acf9dd4bed4a8f1367cd09;p=pandora-kernel.git dev: Add dev_vprintk_emit and dev_printk_emit Add utility functions to consolidate the use of create_syslog_header and vprintk_emit. This allows conversion of logging functions that call create_syslog_header and then call vprintk_emit or printk_emit to the dev_ equivalents. Signed-off-by: Joe Perches Acked-by: David S. Miller Tested-by: Jim Cromie Acked-by: Jason Baron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed