From: Matthew Leach Date: Mon, 17 Dec 2012 23:59:32 +0000 (-0800) Subject: include/linux/init.h: use the stringify operator for the __define_initcall macro X-Git-Tag: v3.8-rc1~74^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7929d407e47fbf843fe1337fd95ed57785ae5e9d;p=pandora-kernel.git include/linux/init.h: use the stringify operator for the __define_initcall macro Currently the __define_initcall() macro takes three arguments, fn, id and level. The level argument is exactly the same as the id argument but wrapped in quotes. To overcome this need to specify three arguments to the __define_initcall macro, where one argument is the stringification of another, we can just use the stringification macro instead. Signed-off-by: Matthew Leach Cc: Benjamin Herrenschmidt Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed