install several missing uapi headers
authorRolf Eike Beer <eb@emlix.com>
Thu, 30 Jul 2020 13:01:45 +0000 (15:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Aug 2020 09:01:49 +0000 (11:01 +0200)
commitd472b7e2f63292a28d9a67b34070b6bb920299fe
tree834c228e2fb6ea86bb220c2e0d50392bdaa87b42
parent5a41bdbb3450770edd5bf0d68b4d865a2f3c31c3
install several missing uapi headers

Commit fcc8487d477a3452a1d0ccbdd4c5e0e1e3cb8bed ("uapi: export all headers
under uapi directories") changed the default to install all headers not marked
to be conditional. This takes the list of headers listed in the commit message
and manually adds an export for those that are already present in this kernel
version.

Found during an attempt to build mtd-utils 2.1.2 as it wants hash_info.h, which
exists since 3.13 but has not been installed until the above mentioned commit,
which ended up in 4.12.

Signed-off-by: Rolf Eike Beer <eb@emlix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/include/uapi/asm/Kbuild
arch/powerpc/include/uapi/asm/Kbuild
include/uapi/drm/Kbuild
include/uapi/linux/Kbuild
include/uapi/linux/cifs/Kbuild [new file with mode: 0644]
include/uapi/linux/genwqe/Kbuild [new file with mode: 0644]