kconfig: Get rid of the P() macro in headers
authorMichal Marek <mmarek@suse.cz>
Tue, 27 Jan 2015 16:11:42 +0000 (17:11 +0100)
committerMichal Marek <mmarek@suse.cz>
Wed, 25 Feb 2015 14:00:16 +0000 (15:00 +0100)
commit70529b1a1784503169416df19ce3d68746401340
treebc69dcebcf52b2cd07a5d0ac7d39d38e8abd34dc
parent4980bdf0213c9b5f876551b2ceb8ed8ece30deaf
kconfig: Get rid of the P() macro in headers

This was originally meant for dlopen()ing a potential kconfig shared
library. The unused dlopen code has already been removed in commit
5a6f8d2b (kconfig: nuke LKC_DIRECT_LINK cruft), so let's remove the
rest. The lkc_proto.h change was made with the following sed script:

  sed -r 's/^P\(([^,]*), *([^,]*), *(.*)\);/\2 \1\3;/'

Plus some manual adjustments.

Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/lkc.h
scripts/kconfig/lkc_proto.h
This page took 0.028513 seconds and 5 git commands to generate.