]> git.baikalelectronics.ru Git - kernel.git/commit
kobject: move EXPORT_SYMBOL() macros next to corresponding definitions
authorGabriel Somlo <somlo@cmu.edu>
Mon, 10 Aug 2015 19:51:43 +0000 (15:51 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 10:46:16 +0000 (11:46 +0100)
commit32a755bb814c262127ea90f64002d61fe4ad44da
tree97cb0ada94af9bbe6129f80eef2ba747a934ccf1
parent5d481a77234a6f2c73b1ac53bfc86a83831f1d91
kobject: move EXPORT_SYMBOL() macros next to corresponding definitions

Move EXPORT_SYMBOL() macros in kobject.c from the end of the file
next to the function definitions to which they belong.

Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/kobject.c