Skip to content

Commit d472b7e

Browse files
DerDakongregkh
authored andcommitted
install several missing uapi headers
Commit fcc8487 ("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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5a41bdb commit d472b7e

File tree

6 files changed

+29
-0
lines changed

6 files changed

+29
-0
lines changed

arch/mips/include/uapi/asm/Kbuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ header-y += termbits.h
3939
header-y += termios.h
4040
header-y += types.h
4141
header-y += unistd.h
42+
header-y += hwcap.h
43+
header-y += reg.h
44+
header-y += ucontext.h

arch/powerpc/include/uapi/asm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ header-y += tm.h
4545
header-y += types.h
4646
header-y += ucontext.h
4747
header-y += unistd.h
48+
header-y += perf_regs.h

include/uapi/drm/Kbuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ header-y += vmwgfx_drm.h
2020
header-y += msm_drm.h
2121
header-y += vc4_drm.h
2222
header-y += virtgpu_drm.h
23+
header-y += armada_drm.h
24+
header-y += etnaviv_drm.h
25+
header-y += vgem_drm.h

include/uapi/linux/Kbuild

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,3 +475,23 @@ header-y += xilinx-v4l2-controls.h
475475
header-y += zorro.h
476476
header-y += zorro_ids.h
477477
header-y += userfaultfd.h
478+
header-y += auto_dev-ioctl.h
479+
header-y += bcache.h
480+
header-y += btrfs_tree.h
481+
header-y += coresight-stm.h
482+
header-y += cryptouser.h
483+
header-y += hash_info.h
484+
header-y += kcm.h
485+
header-y += kcov.h
486+
header-y += kfd_ioctl.h
487+
header-y += lightnvm.h
488+
header-y += module.h
489+
header-y += nilfs2_api.h
490+
header-y += nilfs2_ondisk.h
491+
header-y += nsfs.h
492+
header-y += pr.h
493+
header-y += qrtr.h
494+
header-y += stm.h
495+
header-y += wil6210_uapi.h
496+
header-y += cifs/
497+
header-y += genwqe/

include/uapi/linux/cifs/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
header-y += cifs_mount.h

include/uapi/linux/genwqe/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
header-y += genwqe_card.h

0 commit comments

Comments
 (0)