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)
commitfa40ae34441286b2cb595468ef781e24573e9e7d
tree97cb0ada94af9bbe6129f80eef2ba747a934ccf1
parentf7025709e29aded887becdaf4a81072ef1f475bf
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