]> asedeno.scripts.mit.edu Git - linux.git/commit
modpost: use __section in the output to *.mod.c
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 9 Sep 2019 11:34:23 +0000 (20:34 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 14 Sep 2019 02:40:13 +0000 (11:40 +0900)
commita3d0cb04f7df257b4dffec5e352b8e192824619c
treef44ec9a8648fa799239113ca2f224626ae6e3478
parent6df7e1ec932a330c931ed747ed824639fb04133e
modpost: use __section in the output to *.mod.c

Use the __section() shorthand. This avoids escaping double-quotes,
and improves the readability.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/mod/modpost.c