lkml.org 
[lkml]   [2008]   [Jun]   [3]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [linux-pm] [PATCH] add a printk_init variant storing format strings in __initdata
FromJohannes Berg <>
DateTue, 03 Jun 2008 19:49:32 +0200
> +asmlinkage __init int __printk_init(const char *fmt, ...)
> +{
> +	va_list args;
> +	int r;
> +
> +	va_start(args, fmt);
> +	r = vprintk(fmt, args);
> +	va_end(args);
> +
> +	return r;
> +}
> +

Wouldn't you have to export that?

johannes
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2008-06-03 19:53    [from the cache]
©2003-2008