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)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 20 May 2015 12:07:53 +0000 (14:07 +0200)
commita966b9da5c8d29701f4e6df0914b1533838b9c6a
tree42d0bd6ff13f9ac041e28fb3c9b367010c5c383d
parent93bd65e141e01c6cee1418044bab688a76f19db7
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>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
config/lkc.h
config/lkc_proto.h