]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib/cmdline.c: declare exported symbols immediately
authorFelipe Contreras <felipe.contreras@gmail.com>
Fri, 3 Jan 2014 03:10:15 +0000 (14:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 3 Jan 2014 03:10:15 +0000 (14:10 +1100)
commitcff10f91630b2e439a41d3f8e5f10a67081f37d2
tree25ff0ad0273c238c378d90ba5d72f7031820824f
parent8d7549c49e5f070f65ab55c39a7b76af94d0f1b5
lib/cmdline.c: declare exported symbols immediately

WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
+EXPORT_SYMBOL(memparse);

WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
+EXPORT_SYMBOL(get_option);

WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
+EXPORT_SYMBOL(get_options);

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Cc: Levente Kurusa <levex@linux.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/cmdline.c