]> www.infradead.org Git - users/jedix/linux-maple.git/commit
llist: Add back llist_add_batch() and llist_del_first() prototypes
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Oct 2011 06:25:28 +0000 (17:25 +1100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 5 Dec 2012 17:01:11 +0000 (12:01 -0500)
commit52d1cbcff40b7d4597727cadf39078f8aaaa80fc
tree8e4d8c1920172ac4b22a861dacd6350ff736dc50
parent0987ab4bb8d216efe43f6282899c5d5cd6d5d1be
llist: Add back llist_add_batch() and llist_del_first() prototypes

Commit 1230db8e1543 ("llist: Make some llist functions inline")
has deleted the definitions, causing problems for (not upstream yet)
code that tries to make use of them.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Huang Ying <ying.huang@intel.com>
Cc: David Miller <davem@davemloft.net>
Link: http://lkml.kernel.org/r/20111005172528.0d0a8afc65acef7ace22a24e@canb.auug.org.au
Signed-off-by: Ingo Molnar <mingo@elte.hu>
(cherry picked from commit 540f41edc15473ca3b2876de72646546ae101374)
include/linux/llist.h