diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-10-02 22:36:29 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-10-05 02:29:49 -0400 |
commit | d188b8c901bb4966ab035ce90af02426f062e9e1 (patch) | |
tree | 85cd47b28e5eb9391dae8651df5a09dcd5f2ab3f | |
parent | 43496709f166aeb87ac0bdcc6f7bb2bedafb17c9 (diff) |
kbuild: update compile-test header list for v5.4-rc2
Commit 6dc280ebeed2 ("coda: remove uapi/linux/coda_psdev.h") removed
a header in question. Some more build errors were fixed. Add more
headers into the test coverage.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | usr/include/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/usr/include/Makefile b/usr/include/Makefile index c9449aaf438d..57b20f7b6729 100644 --- a/usr/include/Makefile +++ b/usr/include/Makefile | |||
@@ -29,13 +29,11 @@ header-test- += linux/android/binderfs.h | |||
29 | header-test-$(CONFIG_CPU_BIG_ENDIAN) += linux/byteorder/big_endian.h | 29 | header-test-$(CONFIG_CPU_BIG_ENDIAN) += linux/byteorder/big_endian.h |
30 | header-test-$(CONFIG_CPU_LITTLE_ENDIAN) += linux/byteorder/little_endian.h | 30 | header-test-$(CONFIG_CPU_LITTLE_ENDIAN) += linux/byteorder/little_endian.h |
31 | header-test- += linux/coda.h | 31 | header-test- += linux/coda.h |
32 | header-test- += linux/coda_psdev.h | ||
33 | header-test- += linux/elfcore.h | 32 | header-test- += linux/elfcore.h |
34 | header-test- += linux/errqueue.h | 33 | header-test- += linux/errqueue.h |
35 | header-test- += linux/fsmap.h | 34 | header-test- += linux/fsmap.h |
36 | header-test- += linux/hdlc/ioctl.h | 35 | header-test- += linux/hdlc/ioctl.h |
37 | header-test- += linux/ivtv.h | 36 | header-test- += linux/ivtv.h |
38 | header-test- += linux/jffs2.h | ||
39 | header-test- += linux/kexec.h | 37 | header-test- += linux/kexec.h |
40 | header-test- += linux/matroxfb.h | 38 | header-test- += linux/matroxfb.h |
41 | header-test- += linux/netfilter_ipv4/ipt_LOG.h | 39 | header-test- += linux/netfilter_ipv4/ipt_LOG.h |
@@ -55,20 +53,12 @@ header-test- += linux/v4l2-mediabus.h | |||
55 | header-test- += linux/v4l2-subdev.h | 53 | header-test- += linux/v4l2-subdev.h |
56 | header-test- += linux/videodev2.h | 54 | header-test- += linux/videodev2.h |
57 | header-test- += linux/vm_sockets.h | 55 | header-test- += linux/vm_sockets.h |
58 | header-test- += scsi/scsi_bsg_fc.h | ||
59 | header-test- += scsi/scsi_netlink.h | ||
60 | header-test- += scsi/scsi_netlink_fc.h | ||
61 | header-test- += sound/asequencer.h | 56 | header-test- += sound/asequencer.h |
62 | header-test- += sound/asoc.h | 57 | header-test- += sound/asoc.h |
63 | header-test- += sound/asound.h | 58 | header-test- += sound/asound.h |
64 | header-test- += sound/compress_offload.h | 59 | header-test- += sound/compress_offload.h |
65 | header-test- += sound/emu10k1.h | 60 | header-test- += sound/emu10k1.h |
66 | header-test- += sound/sfnt_info.h | 61 | header-test- += sound/sfnt_info.h |
67 | header-test- += sound/sof/eq.h | ||
68 | header-test- += sound/sof/fw.h | ||
69 | header-test- += sound/sof/header.h | ||
70 | header-test- += sound/sof/manifest.h | ||
71 | header-test- += sound/sof/trace.h | ||
72 | header-test- += xen/evtchn.h | 62 | header-test- += xen/evtchn.h |
73 | header-test- += xen/gntdev.h | 63 | header-test- += xen/gntdev.h |
74 | header-test- += xen/privcmd.h | 64 | header-test- += xen/privcmd.h |