3 Jan
2017
3 Jan
'17
4:56 p.m.
From: Nicolas Dichtel nicolas.dichtel@6wind.com Date: Tue, 3 Jan 2017 15:35:44 +0100
Regularly, when a new header is created in include/uapi/, the developer forgets to add it in the corresponding Kbuild file. This error is usually detected after the release is out.
In fact, all headers under include/uapi/ should be exported, so let's use wildcards.
After this patch, the following files, which were not exported, are now exported:
...
Signed-off-by: Nicolas Dichtel nicolas.dichtel@6wind.com
Acked-by: David S. Miller davem@davemloft.net