diff options
| author | Matthew Leach <[email protected]> | 2012-12-17 15:59:32 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-12-17 17:15:12 -0800 |
| commit | 7929d407e47fbf843fe1337fd95ed57785ae5e9d (patch) | |
| tree | 5c94b07b1d60cbf2499ec59f89c61a2113ea753f /tools/perf/scripts/python/netdev-times.py | |
| parent | fbb97d87802247a7bb32a207a8275372e79e6b88 (diff) | |
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 <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Rusty Russell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions