diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2011-12-13 10:36:20 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-12-13 08:18:25 -0800 |
commit | 4af679cd7cbb0a0d8774b5cdb34bffcaa4e86e52 (patch) | |
tree | b97bd32f0af95d22133e98a774966ced2eee0664 /lib/Makefile | |
parent | 175cad266774d09c57a62c65baa6b4e1edafdf3a (diff) | |
download | talos-op-linux-4af679cd7cbb0a0d8774b5cdb34bffcaa4e86e52.tar.gz talos-op-linux-4af679cd7cbb0a0d8774b5cdb34bffcaa4e86e52.zip |
kref: Inline all functions
These are tiny functions, there's no point in having them out-of-line.
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/n/tip-8eccvi2ur2fzgi00xdjlbf5z@git.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index a4da283f5dc0..6f195ff6a1a1 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -17,7 +17,7 @@ lib-y := ctype.o string.o vsprintf.o cmdline.o \ lib-$(CONFIG_MMU) += ioremap.o lib-$(CONFIG_SMP) += cpumask.o -lib-y += kobject.o kref.o klist.o +lib-y += kobject.o klist.o obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \ bust_spinlocks.o hexdump.o kasprintf.o bitmap.o scatterlist.o \ |