[RFC PATCH] init: Use the stringify operator for the __define_initcall macro

2012-10-19 Thread Matthew Leach
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

[RFC PATCH] init: Use the stringify operator for the __define_initcall macro

2012-10-19 Thread Matthew Leach
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