compat linux: import completion from linux 4.18
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 15 Mar 2019 14:14:35 +0000 (15:14 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2019 15:55:58 +0000 (11:55 -0400)
commit29c7169b7b24a8520ca9faf84edc33c89de6b7cc
treeedc66ddfbf408e8b107f835913e917e9e37fba95
parentd28c5920cd40489bc1d75603c66658f3cf80579b
compat linux: import completion from linux 4.18

This patch port the file include/linux/completion.h
from linux 4.18 to u-boot. It define the structure
but all the function are stubbed.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
include/linux/completion.h [new file with mode: 0644]