diff options
| author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2017-03-27 08:20:15 -0400 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-05-10 11:21:54 -0400 |
| commit | fcc8487d477a3452a1d0ccbdd4c5e0e1e3cb8bed (patch) | |
| tree | 74079c37b73d6be983b3c5767babc880c103dadf /include/uapi/linux | |
| parent | ea6819e1f2d6c30624ea067f4b3a50a3cca79d8a (diff) | |
uapi: export all headers under uapi directories
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 uapi directories should be exported, thus it's
useless to have an exhaustive list.
After this patch, the following files, which were not exported, are now
exported (with make headers_install_all):
asm-arc/kvm_para.h
asm-arc/ucontext.h
asm-blackfin/shmparam.h
asm-blackfin/ucontext.h
asm-c6x/shmparam.h
asm-c6x/ucontext.h
asm-cris/kvm_para.h
asm-h8300/shmparam.h
asm-h8300/ucontext.h
asm-hexagon/shmparam.h
asm-m32r/kvm_para.h
asm-m68k/kvm_para.h
asm-m68k/shmparam.h
asm-metag/kvm_para.h
asm-metag/shmparam.h
asm-metag/ucontext.h
asm-mips/hwcap.h
asm-mips/reg.h
asm-mips/ucontext.h
asm-nios2/kvm_para.h
asm-nios2/ucontext.h
asm-openrisc/shmparam.h
asm-parisc/kvm_para.h
asm-powerpc/perf_regs.h
asm-sh/kvm_para.h
asm-sh/ucontext.h
asm-tile/shmparam.h
asm-unicore32/shmparam.h
asm-unicore32/ucontext.h
asm-x86/hwcap2.h
asm-xtensa/kvm_para.h
drm/armada_drm.h
drm/etnaviv_drm.h
drm/vgem_drm.h
linux/aspeed-lpc-ctrl.h
linux/auto_dev-ioctl.h
linux/bcache.h
linux/btrfs_tree.h
linux/can/vxcan.h
linux/cifs/cifs_mount.h
linux/coresight-stm.h
linux/cryptouser.h
linux/fsmap.h
linux/genwqe/genwqe_card.h
linux/hash_info.h
linux/kcm.h
linux/kcov.h
linux/kfd_ioctl.h
linux/lightnvm.h
linux/module.h
linux/nbd-netlink.h
linux/nilfs2_api.h
linux/nilfs2_ondisk.h
linux/nsfs.h
linux/pr.h
linux/qrtr.h
linux/rpmsg.h
linux/sched/types.h
linux/sed-opal.h
linux/smc.h
linux/smc_diag.h
linux/stm.h
linux/switchtec_ioctl.h
linux/vfio_ccw.h
linux/wil6210_uapi.h
rdma/bnxt_re-abi.h
Note that I have removed from this list the files which are generated in every
exported directories (like .install or .install.cmd).
Thanks to Julien Floret <julien.floret@6wind.com> for the tip to get all
subdirs with a pure makefile command.
For the record, note that exported files for asm directories are a mix of
files listed by:
- include/uapi/asm-generic/Kbuild.asm;
- arch/<arch>/include/uapi/asm/Kbuild;
- arch/<arch>/include/asm/Kbuild.
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Acked-by: Mark Salter <msalter@redhat.com>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/uapi/linux')
25 files changed, 6 insertions, 708 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 662c592b74dd..ca2787d9bf0f 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
| @@ -1,495 +1,13 @@ | |||
| 1 | # UAPI Header export list | 1 | # UAPI Header export list |
| 2 | header-y += android/ | ||
| 3 | header-y += byteorder/ | ||
| 4 | header-y += can/ | ||
| 5 | header-y += caif/ | ||
| 6 | header-y += dvb/ | ||
| 7 | header-y += hdlc/ | ||
| 8 | header-y += hsi/ | ||
| 9 | header-y += iio/ | ||
| 10 | header-y += isdn/ | ||
| 11 | header-y += mmc/ | ||
| 12 | header-y += nfsd/ | ||
| 13 | header-y += raid/ | ||
| 14 | header-y += spi/ | ||
| 15 | header-y += sunrpc/ | ||
| 16 | header-y += tc_act/ | ||
| 17 | header-y += tc_ematch/ | ||
| 18 | header-y += netfilter/ | ||
| 19 | header-y += netfilter_arp/ | ||
| 20 | header-y += netfilter_bridge/ | ||
| 21 | header-y += netfilter_ipv4/ | ||
| 22 | header-y += netfilter_ipv6/ | ||
| 23 | header-y += usb/ | ||
| 24 | header-y += wimax/ | ||
| 25 | 2 | ||
| 26 | genhdr-y += version.h | 3 | ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),) |
| 27 | 4 | no-export-headers += a.out.h | |
| 28 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h \ | ||
| 29 | $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h),) | ||
| 30 | header-y += a.out.h | ||
| 31 | endif | 5 | endif |
| 32 | 6 | ||
| 33 | header-y += acct.h | 7 | ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),) |
| 34 | header-y += adb.h | 8 | no-export-headers += kvm.h |
| 35 | header-y += adfs_fs.h | ||
| 36 | header-y += affs_hardblocks.h | ||
| 37 | header-y += agpgart.h | ||
| 38 | header-y += aio_abi.h | ||
| 39 | header-y += am437x-vpfe.h | ||
| 40 | header-y += apm_bios.h | ||
| 41 | header-y += arcfb.h | ||
| 42 | header-y += atalk.h | ||
| 43 | header-y += atmapi.h | ||
| 44 | header-y += atmarp.h | ||
| 45 | header-y += atmbr2684.h | ||
| 46 | header-y += atmclip.h | ||
| 47 | header-y += atmdev.h | ||
| 48 | header-y += atm_eni.h | ||
| 49 | header-y += atm.h | ||
| 50 | header-y += atm_he.h | ||
| 51 | header-y += atm_idt77105.h | ||
| 52 | header-y += atmioc.h | ||
| 53 | header-y += atmlec.h | ||
| 54 | header-y += atmmpc.h | ||
| 55 | header-y += atm_nicstar.h | ||
| 56 | header-y += atmppp.h | ||
| 57 | header-y += atmsap.h | ||
| 58 | header-y += atmsvc.h | ||
| 59 | header-y += atm_tcp.h | ||
| 60 | header-y += atm_zatm.h | ||
| 61 | header-y += audit.h | ||
| 62 | header-y += auto_fs4.h | ||
| 63 | header-y += auto_fs.h | ||
| 64 | header-y += auxvec.h | ||
| 65 | header-y += ax25.h | ||
| 66 | header-y += b1lli.h | ||
| 67 | header-y += batman_adv.h | ||
| 68 | header-y += baycom.h | ||
| 69 | header-y += bcm933xx_hcs.h | ||
| 70 | header-y += bfs_fs.h | ||
| 71 | header-y += binfmts.h | ||
| 72 | header-y += blkpg.h | ||
| 73 | header-y += blktrace_api.h | ||
| 74 | header-y += blkzoned.h | ||
| 75 | header-y += bpf_common.h | ||
| 76 | header-y += bpf_perf_event.h | ||
| 77 | header-y += bpf.h | ||
| 78 | header-y += bpqether.h | ||
| 79 | header-y += bsg.h | ||
| 80 | header-y += bt-bmc.h | ||
| 81 | header-y += btrfs.h | ||
| 82 | header-y += can.h | ||
| 83 | header-y += capability.h | ||
| 84 | header-y += capi.h | ||
| 85 | header-y += cciss_defs.h | ||
| 86 | header-y += cciss_ioctl.h | ||
| 87 | header-y += cdrom.h | ||
| 88 | header-y += cec.h | ||
| 89 | header-y += cec-funcs.h | ||
| 90 | header-y += cgroupstats.h | ||
| 91 | header-y += chio.h | ||
| 92 | header-y += cm4000_cs.h | ||
| 93 | header-y += cn_proc.h | ||
| 94 | header-y += coda.h | ||
| 95 | header-y += coda_psdev.h | ||
| 96 | header-y += coff.h | ||
| 97 | header-y += connector.h | ||
| 98 | header-y += const.h | ||
| 99 | header-y += cramfs_fs.h | ||
| 100 | header-y += cuda.h | ||
| 101 | header-y += cyclades.h | ||
| 102 | header-y += cycx_cfm.h | ||
| 103 | header-y += dcbnl.h | ||
| 104 | header-y += dccp.h | ||
| 105 | header-y += devlink.h | ||
| 106 | header-y += dlmconstants.h | ||
| 107 | header-y += dlm_device.h | ||
| 108 | header-y += dlm.h | ||
| 109 | header-y += dlm_netlink.h | ||
| 110 | header-y += dlm_plock.h | ||
| 111 | header-y += dm-ioctl.h | ||
| 112 | header-y += dm-log-userspace.h | ||
| 113 | header-y += dma-buf.h | ||
| 114 | header-y += dn.h | ||
| 115 | header-y += dqblk_xfs.h | ||
| 116 | header-y += edd.h | ||
| 117 | header-y += efs_fs_sb.h | ||
| 118 | header-y += elfcore.h | ||
| 119 | header-y += elf-em.h | ||
| 120 | header-y += elf-fdpic.h | ||
| 121 | header-y += elf.h | ||
| 122 | header-y += errno.h | ||
| 123 | header-y += errqueue.h | ||
| 124 | header-y += ethtool.h | ||
| 125 | header-y += eventpoll.h | ||
| 126 | header-y += fadvise.h | ||
| 127 | header-y += falloc.h | ||
| 128 | header-y += fanotify.h | ||
| 129 | header-y += fb.h | ||
| 130 | header-y += fcntl.h | ||
| 131 | header-y += fd.h | ||
| 132 | header-y += fdreg.h | ||
| 133 | header-y += fib_rules.h | ||
| 134 | header-y += fiemap.h | ||
| 135 | header-y += filter.h | ||
| 136 | header-y += firewire-cdev.h | ||
| 137 | header-y += firewire-constants.h | ||
| 138 | header-y += flat.h | ||
| 139 | header-y += fou.h | ||
| 140 | header-y += fs.h | ||
| 141 | header-y += fsl_hypervisor.h | ||
| 142 | header-y += fuse.h | ||
| 143 | header-y += futex.h | ||
| 144 | header-y += gameport.h | ||
| 145 | header-y += genetlink.h | ||
| 146 | header-y += gen_stats.h | ||
| 147 | header-y += gfs2_ondisk.h | ||
| 148 | header-y += gigaset_dev.h | ||
| 149 | header-y += gpio.h | ||
| 150 | header-y += gsmmux.h | ||
| 151 | header-y += gtp.h | ||
| 152 | header-y += hdlcdrv.h | ||
| 153 | header-y += hdlc.h | ||
| 154 | header-y += hdreg.h | ||
| 155 | header-y += hiddev.h | ||
| 156 | header-y += hid.h | ||
| 157 | header-y += hidraw.h | ||
| 158 | header-y += hpet.h | ||
| 159 | header-y += hsr_netlink.h | ||
| 160 | header-y += hyperv.h | ||
| 161 | header-y += hysdn_if.h | ||
| 162 | header-y += i2c-dev.h | ||
| 163 | header-y += i2c.h | ||
| 164 | header-y += i2o-dev.h | ||
| 165 | header-y += i8k.h | ||
| 166 | header-y += icmp.h | ||
| 167 | header-y += icmpv6.h | ||
| 168 | header-y += if_addr.h | ||
| 169 | header-y += if_addrlabel.h | ||
| 170 | header-y += if_alg.h | ||
| 171 | header-y += if_arcnet.h | ||
| 172 | header-y += if_arp.h | ||
| 173 | header-y += if_bonding.h | ||
| 174 | header-y += if_bridge.h | ||
| 175 | header-y += if_cablemodem.h | ||
| 176 | header-y += if_eql.h | ||
| 177 | header-y += if_ether.h | ||
| 178 | header-y += if_fc.h | ||
| 179 | header-y += if_fddi.h | ||
| 180 | header-y += if_frad.h | ||
| 181 | header-y += if.h | ||
| 182 | header-y += if_hippi.h | ||
| 183 | header-y += if_infiniband.h | ||
| 184 | header-y += if_link.h | ||
| 185 | header-y += if_ltalk.h | ||
| 186 | header-y += if_macsec.h | ||
| 187 | header-y += if_packet.h | ||
| 188 | header-y += if_phonet.h | ||
| 189 | header-y += if_plip.h | ||
| 190 | header-y += if_ppp.h | ||
| 191 | header-y += if_pppol2tp.h | ||
| 192 | header-y += if_pppox.h | ||
| 193 | header-y += if_slip.h | ||
| 194 | header-y += if_team.h | ||
| 195 | header-y += if_tun.h | ||
| 196 | header-y += if_tunnel.h | ||
| 197 | header-y += if_vlan.h | ||
| 198 | header-y += if_x25.h | ||
| 199 | header-y += ife.h | ||
| 200 | header-y += igmp.h | ||
| 201 | header-y += ila.h | ||
| 202 | header-y += in6.h | ||
| 203 | header-y += inet_diag.h | ||
| 204 | header-y += in.h | ||
| 205 | header-y += inotify.h | ||
| 206 | header-y += input.h | ||
| 207 | header-y += input-event-codes.h | ||
| 208 | header-y += in_route.h | ||
| 209 | header-y += ioctl.h | ||
| 210 | header-y += ip6_tunnel.h | ||
| 211 | header-y += ipc.h | ||
| 212 | header-y += ip.h | ||
| 213 | header-y += ipmi.h | ||
| 214 | header-y += ipmi_msgdefs.h | ||
| 215 | header-y += ipsec.h | ||
| 216 | header-y += ipv6.h | ||
| 217 | header-y += ipv6_route.h | ||
| 218 | header-y += ip_vs.h | ||
| 219 | header-y += ipx.h | ||
| 220 | header-y += irda.h | ||
| 221 | header-y += irqnr.h | ||
| 222 | header-y += isdn_divertif.h | ||
| 223 | header-y += isdn.h | ||
| 224 | header-y += isdnif.h | ||
| 225 | header-y += isdn_ppp.h | ||
| 226 | header-y += iso_fs.h | ||
| 227 | header-y += ivtvfb.h | ||
| 228 | header-y += ivtv.h | ||
| 229 | header-y += ixjuser.h | ||
| 230 | header-y += jffs2.h | ||
| 231 | header-y += joystick.h | ||
| 232 | header-y += kcmp.h | ||
| 233 | header-y += kdev_t.h | ||
| 234 | header-y += kd.h | ||
| 235 | header-y += kernelcapi.h | ||
| 236 | header-y += kernel.h | ||
| 237 | header-y += kernel-page-flags.h | ||
| 238 | header-y += kexec.h | ||
| 239 | header-y += keyboard.h | ||
| 240 | header-y += keyctl.h | ||
| 241 | |||
| 242 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h \ | ||
| 243 | $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h),) | ||
| 244 | header-y += kvm.h | ||
| 245 | endif | 9 | endif |
| 246 | 10 | ||
| 247 | 11 | ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),) | |
| 248 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h \ | 12 | no-export-headers += kvm_para.h |
| 249 | $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h),) | ||
| 250 | header-y += kvm_para.h | ||
| 251 | endif | 13 | endif |
| 252 | |||
| 253 | header-y += hw_breakpoint.h | ||
| 254 | header-y += l2tp.h | ||
| 255 | header-y += libc-compat.h | ||
| 256 | header-y += lirc.h | ||
| 257 | header-y += limits.h | ||
| 258 | header-y += llc.h | ||
| 259 | header-y += loop.h | ||
| 260 | header-y += lp.h | ||
| 261 | header-y += lwtunnel.h | ||
| 262 | header-y += magic.h | ||
| 263 | header-y += major.h | ||
| 264 | header-y += map_to_7segment.h | ||
| 265 | header-y += matroxfb.h | ||
| 266 | header-y += mdio.h | ||
| 267 | header-y += media.h | ||
| 268 | header-y += media-bus-format.h | ||
| 269 | header-y += mei.h | ||
| 270 | header-y += membarrier.h | ||
| 271 | header-y += memfd.h | ||
| 272 | header-y += mempolicy.h | ||
| 273 | header-y += meye.h | ||
| 274 | header-y += mic_common.h | ||
| 275 | header-y += mic_ioctl.h | ||
| 276 | header-y += mii.h | ||
| 277 | header-y += minix_fs.h | ||
| 278 | header-y += mman.h | ||
| 279 | header-y += mmtimer.h | ||
| 280 | header-y += mpls.h | ||
| 281 | header-y += mpls_iptunnel.h | ||
| 282 | header-y += mqueue.h | ||
| 283 | header-y += mroute6.h | ||
| 284 | header-y += mroute.h | ||
| 285 | header-y += msdos_fs.h | ||
| 286 | header-y += msg.h | ||
| 287 | header-y += mtio.h | ||
| 288 | header-y += nbd.h | ||
| 289 | header-y += ncp_fs.h | ||
| 290 | header-y += ncp.h | ||
| 291 | header-y += ncp_mount.h | ||
| 292 | header-y += ncp_no.h | ||
| 293 | header-y += ndctl.h | ||
| 294 | header-y += neighbour.h | ||
| 295 | header-y += netconf.h | ||
| 296 | header-y += netdevice.h | ||
| 297 | header-y += net_dropmon.h | ||
| 298 | header-y += netfilter_arp.h | ||
| 299 | header-y += netfilter_bridge.h | ||
| 300 | header-y += netfilter_decnet.h | ||
| 301 | header-y += netfilter.h | ||
| 302 | header-y += netfilter_ipv4.h | ||
| 303 | header-y += netfilter_ipv6.h | ||
| 304 | header-y += net.h | ||
| 305 | header-y += netlink_diag.h | ||
| 306 | header-y += netlink.h | ||
| 307 | header-y += netrom.h | ||
| 308 | header-y += net_namespace.h | ||
| 309 | header-y += net_tstamp.h | ||
| 310 | header-y += nfc.h | ||
| 311 | header-y += psample.h | ||
| 312 | header-y += nfs2.h | ||
| 313 | header-y += nfs3.h | ||
| 314 | header-y += nfs4.h | ||
| 315 | header-y += nfs4_mount.h | ||
| 316 | header-y += nfsacl.h | ||
| 317 | header-y += nfs_fs.h | ||
| 318 | header-y += nfs.h | ||
| 319 | header-y += nfs_idmap.h | ||
| 320 | header-y += nfs_mount.h | ||
| 321 | header-y += nl80211.h | ||
| 322 | header-y += n_r3964.h | ||
| 323 | header-y += nubus.h | ||
| 324 | header-y += nvme_ioctl.h | ||
| 325 | header-y += nvram.h | ||
| 326 | header-y += omap3isp.h | ||
| 327 | header-y += omapfb.h | ||
| 328 | header-y += oom.h | ||
| 329 | header-y += openvswitch.h | ||
| 330 | header-y += packet_diag.h | ||
| 331 | header-y += param.h | ||
| 332 | header-y += parport.h | ||
| 333 | header-y += patchkey.h | ||
| 334 | header-y += pci.h | ||
| 335 | header-y += pci_regs.h | ||
| 336 | header-y += pcitest.h | ||
| 337 | header-y += perf_event.h | ||
| 338 | header-y += personality.h | ||
| 339 | header-y += pfkeyv2.h | ||
| 340 | header-y += pg.h | ||
| 341 | header-y += phantom.h | ||
| 342 | header-y += phonet.h | ||
| 343 | header-y += pktcdvd.h | ||
| 344 | header-y += pkt_cls.h | ||
| 345 | header-y += pkt_sched.h | ||
| 346 | header-y += pmu.h | ||
| 347 | header-y += poll.h | ||
| 348 | header-y += posix_acl.h | ||
| 349 | header-y += posix_acl_xattr.h | ||
| 350 | header-y += posix_types.h | ||
| 351 | header-y += ppdev.h | ||
| 352 | header-y += ppp-comp.h | ||
| 353 | header-y += ppp_defs.h | ||
| 354 | header-y += ppp-ioctl.h | ||
| 355 | header-y += pps.h | ||
| 356 | header-y += prctl.h | ||
| 357 | header-y += psci.h | ||
| 358 | header-y += ptp_clock.h | ||
| 359 | header-y += ptrace.h | ||
| 360 | header-y += qnx4_fs.h | ||
| 361 | header-y += qnxtypes.h | ||
| 362 | header-y += quota.h | ||
| 363 | header-y += radeonfb.h | ||
| 364 | header-y += random.h | ||
| 365 | header-y += raw.h | ||
| 366 | header-y += rds.h | ||
| 367 | header-y += reboot.h | ||
| 368 | header-y += reiserfs_fs.h | ||
| 369 | header-y += reiserfs_xattr.h | ||
| 370 | header-y += resource.h | ||
| 371 | header-y += rfkill.h | ||
| 372 | header-y += rio_cm_cdev.h | ||
| 373 | header-y += rio_mport_cdev.h | ||
| 374 | header-y += romfs_fs.h | ||
| 375 | header-y += rose.h | ||
| 376 | header-y += route.h | ||
| 377 | header-y += rtc.h | ||
| 378 | header-y += rtnetlink.h | ||
| 379 | header-y += scc.h | ||
| 380 | header-y += sched.h | ||
| 381 | header-y += scif_ioctl.h | ||
| 382 | header-y += screen_info.h | ||
| 383 | header-y += sctp.h | ||
| 384 | header-y += sdla.h | ||
| 385 | header-y += seccomp.h | ||
| 386 | header-y += securebits.h | ||
| 387 | header-y += seg6_genl.h | ||
| 388 | header-y += seg6.h | ||
| 389 | header-y += seg6_hmac.h | ||
| 390 | header-y += seg6_iptunnel.h | ||
| 391 | header-y += selinux_netlink.h | ||
| 392 | header-y += sem.h | ||
| 393 | header-y += serial_core.h | ||
| 394 | header-y += serial.h | ||
| 395 | header-y += serial_reg.h | ||
| 396 | header-y += serio.h | ||
| 397 | header-y += shm.h | ||
| 398 | header-y += signalfd.h | ||
| 399 | header-y += signal.h | ||
| 400 | header-y += smiapp.h | ||
| 401 | header-y += snmp.h | ||
| 402 | header-y += sock_diag.h | ||
| 403 | header-y += socket.h | ||
| 404 | header-y += sockios.h | ||
| 405 | header-y += sonet.h | ||
| 406 | header-y += sonypi.h | ||
| 407 | header-y += soundcard.h | ||
| 408 | header-y += sound.h | ||
| 409 | header-y += stat.h | ||
| 410 | header-y += stddef.h | ||
| 411 | header-y += string.h | ||
| 412 | header-y += suspend_ioctls.h | ||
| 413 | header-y += swab.h | ||
| 414 | header-y += synclink.h | ||
| 415 | header-y += sync_file.h | ||
| 416 | header-y += sysctl.h | ||
| 417 | header-y += sysinfo.h | ||
| 418 | header-y += target_core_user.h | ||
| 419 | header-y += taskstats.h | ||
| 420 | header-y += tcp.h | ||
| 421 | header-y += tcp_metrics.h | ||
| 422 | header-y += telephony.h | ||
| 423 | header-y += termios.h | ||
| 424 | header-y += thermal.h | ||
| 425 | header-y += time.h | ||
| 426 | header-y += timerfd.h | ||
| 427 | header-y += times.h | ||
| 428 | header-y += timex.h | ||
| 429 | header-y += tiocl.h | ||
| 430 | header-y += tipc_config.h | ||
| 431 | header-y += tipc_netlink.h | ||
| 432 | header-y += tipc.h | ||
| 433 | header-y += toshiba.h | ||
| 434 | header-y += tty_flags.h | ||
| 435 | header-y += tty.h | ||
| 436 | header-y += types.h | ||
| 437 | header-y += udf_fs_i.h | ||
| 438 | header-y += udp.h | ||
| 439 | header-y += uhid.h | ||
| 440 | header-y += uinput.h | ||
| 441 | header-y += uio.h | ||
| 442 | header-y += uleds.h | ||
| 443 | header-y += ultrasound.h | ||
| 444 | header-y += un.h | ||
| 445 | header-y += unistd.h | ||
| 446 | header-y += unix_diag.h | ||
| 447 | header-y += usbdevice_fs.h | ||
| 448 | header-y += usbip.h | ||
| 449 | header-y += userio.h | ||
| 450 | header-y += utime.h | ||
| 451 | header-y += utsname.h | ||
| 452 | header-y += uuid.h | ||
| 453 | header-y += uvcvideo.h | ||
| 454 | header-y += v4l2-common.h | ||
| 455 | header-y += v4l2-controls.h | ||
| 456 | header-y += v4l2-dv-timings.h | ||
| 457 | header-y += v4l2-mediabus.h | ||
| 458 | header-y += v4l2-subdev.h | ||
| 459 | header-y += veth.h | ||
| 460 | header-y += vfio.h | ||
| 461 | header-y += vhost.h | ||
| 462 | header-y += videodev2.h | ||
| 463 | header-y += virtio_9p.h | ||
| 464 | header-y += virtio_balloon.h | ||
| 465 | header-y += virtio_blk.h | ||
| 466 | header-y += virtio_config.h | ||
| 467 | header-y += virtio_console.h | ||
| 468 | header-y += virtio_gpu.h | ||
| 469 | header-y += virtio_ids.h | ||
| 470 | header-y += virtio_input.h | ||
| 471 | header-y += virtio_mmio.h | ||
| 472 | header-y += virtio_net.h | ||
| 473 | header-y += virtio_pci.h | ||
| 474 | header-y += virtio_ring.h | ||
| 475 | header-y += virtio_rng.h | ||
| 476 | header-y += virtio_scsi.h | ||
| 477 | header-y += virtio_types.h | ||
| 478 | header-y += virtio_vsock.h | ||
| 479 | header-y += virtio_crypto.h | ||
| 480 | header-y += vm_sockets.h | ||
| 481 | header-y += vsockmon.h | ||
| 482 | header-y += vt.h | ||
| 483 | header-y += vtpm_proxy.h | ||
| 484 | header-y += wait.h | ||
| 485 | header-y += wanrouter.h | ||
| 486 | header-y += watchdog.h | ||
| 487 | header-y += wimax.h | ||
| 488 | header-y += wireless.h | ||
| 489 | header-y += x25.h | ||
| 490 | header-y += xattr.h | ||
| 491 | header-y += xfrm.h | ||
| 492 | header-y += xilinx-v4l2-controls.h | ||
| 493 | header-y += zorro.h | ||
| 494 | header-y += zorro_ids.h | ||
| 495 | header-y += userfaultfd.h | ||
diff --git a/include/uapi/linux/android/Kbuild b/include/uapi/linux/android/Kbuild deleted file mode 100644 index ca011eec252a..000000000000 --- a/include/uapi/linux/android/Kbuild +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += binder.h | ||
diff --git a/include/uapi/linux/byteorder/Kbuild b/include/uapi/linux/byteorder/Kbuild deleted file mode 100644 index 619225b9ff2e..000000000000 --- a/include/uapi/linux/byteorder/Kbuild +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += big_endian.h | ||
| 3 | header-y += little_endian.h | ||
diff --git a/include/uapi/linux/caif/Kbuild b/include/uapi/linux/caif/Kbuild deleted file mode 100644 index 43396612d3a3..000000000000 --- a/include/uapi/linux/caif/Kbuild +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += caif_socket.h | ||
| 3 | header-y += if_caif.h | ||
diff --git a/include/uapi/linux/can/Kbuild b/include/uapi/linux/can/Kbuild deleted file mode 100644 index 21c91bf25a29..000000000000 --- a/include/uapi/linux/can/Kbuild +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += bcm.h | ||
| 3 | header-y += error.h | ||
| 4 | header-y += gw.h | ||
| 5 | header-y += netlink.h | ||
| 6 | header-y += raw.h | ||
diff --git a/include/uapi/linux/dvb/Kbuild b/include/uapi/linux/dvb/Kbuild deleted file mode 100644 index d40942cfc627..000000000000 --- a/include/uapi/linux/dvb/Kbuild +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += audio.h | ||
| 3 | header-y += ca.h | ||
| 4 | header-y += dmx.h | ||
| 5 | header-y += frontend.h | ||
| 6 | header-y += net.h | ||
| 7 | header-y += osd.h | ||
| 8 | header-y += version.h | ||
| 9 | header-y += video.h | ||
diff --git a/include/uapi/linux/hdlc/Kbuild b/include/uapi/linux/hdlc/Kbuild deleted file mode 100644 index 8c1d2cb75e33..000000000000 --- a/include/uapi/linux/hdlc/Kbuild +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += ioctl.h | ||
diff --git a/include/uapi/linux/hsi/Kbuild b/include/uapi/linux/hsi/Kbuild deleted file mode 100644 index a16a00544258..000000000000 --- a/include/uapi/linux/hsi/Kbuild +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += hsi_char.h cs-protocol.h | ||
diff --git a/include/uapi/linux/iio/Kbuild b/include/uapi/linux/iio/Kbuild deleted file mode 100644 index 86f76d84c44f..000000000000 --- a/include/uapi/linux/iio/Kbuild +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += events.h | ||
| 3 | header-y += types.h | ||
diff --git a/include/uapi/linux/isdn/Kbuild b/include/uapi/linux/isdn/Kbuild deleted file mode 100644 index 89e52850bf29..000000000000 --- a/include/uapi/linux/isdn/Kbuild +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += capicmd.h | ||
diff --git a/include/uapi/linux/mmc/Kbuild b/include/uapi/linux/mmc/Kbuild deleted file mode 100644 index 8c1d2cb75e33..000000000000 --- a/include/uapi/linux/mmc/Kbuild +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += ioctl.h | ||
diff --git a/include/uapi/linux/netfilter/Kbuild b/include/uapi/linux/netfilter/Kbuild deleted file mode 100644 index 03f194aeadc5..000000000000 --- a/include/uapi/linux/netfilter/Kbuild +++ /dev/null | |||
| @@ -1,89 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += ipset/ | ||
| 3 | header-y += nf_conntrack_common.h | ||
| 4 | header-y += nf_conntrack_ftp.h | ||
| 5 | header-y += nf_conntrack_sctp.h | ||
| 6 | header-y += nf_conntrack_tcp.h | ||
| 7 | header-y += nf_conntrack_tuple_common.h | ||
| 8 | header-y += nf_log.h | ||
| 9 | header-y += nf_tables.h | ||
| 10 | header-y += nf_tables_compat.h | ||
| 11 | header-y += nf_nat.h | ||
| 12 | header-y += nfnetlink.h | ||
| 13 | header-y += nfnetlink_acct.h | ||
| 14 | header-y += nfnetlink_compat.h | ||
| 15 | header-y += nfnetlink_conntrack.h | ||
| 16 | header-y += nfnetlink_cthelper.h | ||
| 17 | header-y += nfnetlink_cttimeout.h | ||
| 18 | header-y += nfnetlink_log.h | ||
| 19 | header-y += nfnetlink_queue.h | ||
| 20 | header-y += x_tables.h | ||
| 21 | header-y += xt_AUDIT.h | ||
| 22 | header-y += xt_CHECKSUM.h | ||
| 23 | header-y += xt_CLASSIFY.h | ||
| 24 | header-y += xt_CONNMARK.h | ||
| 25 | header-y += xt_CONNSECMARK.h | ||
| 26 | header-y += xt_CT.h | ||
| 27 | header-y += xt_DSCP.h | ||
| 28 | header-y += xt_HMARK.h | ||
| 29 | header-y += xt_IDLETIMER.h | ||
| 30 | header-y += xt_LED.h | ||
| 31 | header-y += xt_LOG.h | ||
| 32 | header-y += xt_MARK.h | ||
| 33 | header-y += xt_NFLOG.h | ||
| 34 | header-y += xt_NFQUEUE.h | ||
| 35 | header-y += xt_RATEEST.h | ||
| 36 | header-y += xt_SECMARK.h | ||
| 37 | header-y += xt_SYNPROXY.h | ||
| 38 | header-y += xt_TCPMSS.h | ||
| 39 | header-y += xt_TCPOPTSTRIP.h | ||
| 40 | header-y += xt_TEE.h | ||
| 41 | header-y += xt_TPROXY.h | ||
| 42 | header-y += xt_addrtype.h | ||
| 43 | header-y += xt_bpf.h | ||
| 44 | header-y += xt_cgroup.h | ||
| 45 | header-y += xt_cluster.h | ||
| 46 | header-y += xt_comment.h | ||
| 47 | header-y += xt_connbytes.h | ||
| 48 | header-y += xt_connlabel.h | ||
| 49 | header-y += xt_connlimit.h | ||
| 50 | header-y += xt_connmark.h | ||
| 51 | header-y += xt_conntrack.h | ||
| 52 | header-y += xt_cpu.h | ||
| 53 | header-y += xt_dccp.h | ||
| 54 | header-y += xt_devgroup.h | ||
| 55 | header-y += xt_dscp.h | ||
| 56 | header-y += xt_ecn.h | ||
| 57 | header-y += xt_esp.h | ||
| 58 | header-y += xt_hashlimit.h | ||
| 59 | header-y += xt_helper.h | ||
| 60 | header-y += xt_ipcomp.h | ||
| 61 | header-y += xt_iprange.h | ||
| 62 | header-y += xt_ipvs.h | ||
| 63 | header-y += xt_l2tp.h | ||
| 64 | header-y += xt_length.h | ||
| 65 | header-y += xt_limit.h | ||
| 66 | header-y += xt_mac.h | ||
| 67 | header-y += xt_mark.h | ||
| 68 | header-y += xt_multiport.h | ||
| 69 | header-y += xt_nfacct.h | ||
| 70 | header-y += xt_osf.h | ||
| 71 | header-y += xt_owner.h | ||
| 72 | header-y += xt_physdev.h | ||
| 73 | header-y += xt_pkttype.h | ||
| 74 | header-y += xt_policy.h | ||
| 75 | header-y += xt_quota.h | ||
| 76 | header-y += xt_rateest.h | ||
| 77 | header-y += xt_realm.h | ||
| 78 | header-y += xt_recent.h | ||
| 79 | header-y += xt_rpfilter.h | ||
| 80 | header-y += xt_sctp.h | ||
| 81 | header-y += xt_set.h | ||
| 82 | header-y += xt_socket.h | ||
| 83 | header-y += xt_state.h | ||
| 84 | header-y += xt_statistic.h | ||
| 85 | header-y += xt_string.h | ||
| 86 | header-y += xt_tcpmss.h | ||
| 87 | header-y += xt_tcpudp.h | ||
| 88 | header-y += xt_time.h | ||
| 89 | header-y += xt_u32.h | ||
diff --git a/include/uapi/linux/netfilter/ipset/Kbuild b/include/uapi/linux/netfilter/ipset/Kbuild deleted file mode 100644 index d2680423d9ab..000000000000 --- a/include/uapi/linux/netfilter/ipset/Kbuild +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += ip_set.h | ||
| 3 | header-y += ip_set_bitmap.h | ||
| 4 | header-y += ip_set_hash.h | ||
| 5 | header-y += ip_set_list.h | ||
diff --git a/include/uapi/linux/netfilter_arp/Kbuild b/include/uapi/linux/netfilter_arp/Kbuild deleted file mode 100644 index 62d5637cc0ac..000000000000 --- a/include/uapi/linux/netfilter_arp/Kbuild +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += arp_tables.h | ||
| 3 | header-y += arpt_mangle.h | ||
diff --git a/include/uapi/linux/netfilter_bridge/Kbuild b/include/uapi/linux/netfilter_bridge/Kbuild deleted file mode 100644 index 0fbad8ef96de..000000000000 --- a/include/uapi/linux/netfilter_bridge/Kbuild +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += ebt_802_3.h | ||
| 3 | header-y += ebt_among.h | ||
| 4 | header-y += ebt_arp.h | ||
| 5 | header-y += ebt_arpreply.h | ||
| 6 | header-y += ebt_ip.h | ||
| 7 | header-y += ebt_ip6.h | ||
| 8 | header-y += ebt_limit.h | ||
| 9 | header-y += ebt_log.h | ||
| 10 | header-y += ebt_mark_m.h | ||
| 11 | header-y += ebt_mark_t.h | ||
| 12 | header-y += ebt_nat.h | ||
| 13 | header-y += ebt_nflog.h | ||
| 14 | header-y += ebt_pkttype.h | ||
| 15 | header-y += ebt_redirect.h | ||
| 16 | header-y += ebt_stp.h | ||
| 17 | header-y += ebt_vlan.h | ||
| 18 | header-y += ebtables.h | ||
diff --git a/include/uapi/linux/netfilter_ipv4/Kbuild b/include/uapi/linux/netfilter_ipv4/Kbuild deleted file mode 100644 index ecb291df390e..000000000000 --- a/include/uapi/linux/netfilter_ipv4/Kbuild +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += ip_tables.h | ||
| 3 | header-y += ipt_CLUSTERIP.h | ||
| 4 | header-y += ipt_ECN.h | ||
| 5 | header-y += ipt_LOG.h | ||
| 6 | header-y += ipt_REJECT.h | ||
| 7 | header-y += ipt_TTL.h | ||
| 8 | header-y += ipt_ah.h | ||
| 9 | header-y += ipt_ecn.h | ||
| 10 | header-y += ipt_ttl.h | ||
diff --git a/include/uapi/linux/netfilter_ipv6/Kbuild b/include/uapi/linux/netfilter_ipv6/Kbuild deleted file mode 100644 index 75a668ca2353..000000000000 --- a/include/uapi/linux/netfilter_ipv6/Kbuild +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += ip6_tables.h | ||
| 3 | header-y += ip6t_HL.h | ||
| 4 | header-y += ip6t_LOG.h | ||
| 5 | header-y += ip6t_NPT.h | ||
| 6 | header-y += ip6t_REJECT.h | ||
| 7 | header-y += ip6t_ah.h | ||
| 8 | header-y += ip6t_frag.h | ||
| 9 | header-y += ip6t_hl.h | ||
| 10 | header-y += ip6t_ipv6header.h | ||
| 11 | header-y += ip6t_mh.h | ||
| 12 | header-y += ip6t_opts.h | ||
| 13 | header-y += ip6t_rt.h | ||
diff --git a/include/uapi/linux/nfsd/Kbuild b/include/uapi/linux/nfsd/Kbuild deleted file mode 100644 index c11bc404053c..000000000000 --- a/include/uapi/linux/nfsd/Kbuild +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += cld.h | ||
| 3 | header-y += debug.h | ||
| 4 | header-y += export.h | ||
| 5 | header-y += nfsfh.h | ||
| 6 | header-y += stats.h | ||
diff --git a/include/uapi/linux/raid/Kbuild b/include/uapi/linux/raid/Kbuild deleted file mode 100644 index e2c3d25405d7..000000000000 --- a/include/uapi/linux/raid/Kbuild +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += md_p.h | ||
| 3 | header-y += md_u.h | ||
diff --git a/include/uapi/linux/spi/Kbuild b/include/uapi/linux/spi/Kbuild deleted file mode 100644 index 0cc747eff165..000000000000 --- a/include/uapi/linux/spi/Kbuild +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += spidev.h | ||
diff --git a/include/uapi/linux/sunrpc/Kbuild b/include/uapi/linux/sunrpc/Kbuild deleted file mode 100644 index 8e02e47c20fb..000000000000 --- a/include/uapi/linux/sunrpc/Kbuild +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += debug.h | ||
diff --git a/include/uapi/linux/tc_act/Kbuild b/include/uapi/linux/tc_act/Kbuild deleted file mode 100644 index ba62ddf0e58a..000000000000 --- a/include/uapi/linux/tc_act/Kbuild +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += tc_csum.h | ||
| 3 | header-y += tc_defact.h | ||
| 4 | header-y += tc_gact.h | ||
| 5 | header-y += tc_ipt.h | ||
| 6 | header-y += tc_mirred.h | ||
| 7 | header-y += tc_sample.h | ||
| 8 | header-y += tc_nat.h | ||
| 9 | header-y += tc_pedit.h | ||
| 10 | header-y += tc_skbedit.h | ||
| 11 | header-y += tc_vlan.h | ||
| 12 | header-y += tc_bpf.h | ||
| 13 | header-y += tc_connmark.h | ||
| 14 | header-y += tc_ife.h | ||
| 15 | header-y += tc_tunnel_key.h | ||
| 16 | header-y += tc_skbmod.h | ||
diff --git a/include/uapi/linux/tc_ematch/Kbuild b/include/uapi/linux/tc_ematch/Kbuild deleted file mode 100644 index 53fca3925535..000000000000 --- a/include/uapi/linux/tc_ematch/Kbuild +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += tc_em_cmp.h | ||
| 3 | header-y += tc_em_meta.h | ||
| 4 | header-y += tc_em_nbyte.h | ||
| 5 | header-y += tc_em_text.h | ||
diff --git a/include/uapi/linux/usb/Kbuild b/include/uapi/linux/usb/Kbuild deleted file mode 100644 index 4cc4d6e7e523..000000000000 --- a/include/uapi/linux/usb/Kbuild +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += audio.h | ||
| 3 | header-y += cdc.h | ||
| 4 | header-y += cdc-wdm.h | ||
| 5 | header-y += ch11.h | ||
| 6 | header-y += ch9.h | ||
| 7 | header-y += functionfs.h | ||
| 8 | header-y += g_printer.h | ||
| 9 | header-y += gadgetfs.h | ||
| 10 | header-y += midi.h | ||
| 11 | header-y += tmc.h | ||
| 12 | header-y += video.h | ||
diff --git a/include/uapi/linux/wimax/Kbuild b/include/uapi/linux/wimax/Kbuild deleted file mode 100644 index 1c97be49971f..000000000000 --- a/include/uapi/linux/wimax/Kbuild +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += i2400m.h | ||
