Skip to content
Commit 4c87684d authored by David Härdeman's avatar David Härdeman Committed by Linus Torvalds
Browse files

kfifo: fix KFIFO_INIT in include/linux/kfifo.h



include/linux/kfifo.h first defines and then undefines __kfifo_initializer
which is used by INIT_KFIFO (which is also a macro, so building a module
which uses INIT_KFIFO will fail).

Signed-off-by: default avatarDavid Härdeman <david@hardeman.nu>
Acked-by: default avatarStefani Seibold <stefani@seibold.net>
Cc: <stable@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3fa30460
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment