]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Driver Core: Rearrange exports in platform.c
authorDmitry Torokhov <dtor_core@ameritech.net>
Sat, 10 Dec 2005 06:36:28 +0000 (01:36 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Jan 2006 00:18:09 +0000 (16:18 -0800)
commita96b204208443ab7e23c681f7ddabe807a741d0c
tree7dacd3fe2790e1c5a922ff30fdab00b689a83998
parent93ce3061be212f6280e7ccafa9a7f698a95c6d75
[PATCH] Driver Core: Rearrange exports in platform.c

Driver core: rearrange exports in platform.c

The new way is to specify export right after symbol definition.
Rearrange exports to follow new style to avoid mixing two styles
in one file.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/platform.c