diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2016-11-01 12:46:19 +1100 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2016-11-01 16:20:17 +0100 |
commit | 4efca4ed05cbdfd13ec3e8cb623fb77d6e4ab187 (patch) | |
tree | 2a85fa5e912b2143428638ed06d3b86297ffbf1e /Documentation | |
parent | 989cea5c14be024e879c0055dc6d033680a52610 (diff) |
kbuild: modversions for EXPORT_SYMBOL() for asm
Allow architectures to create asm/asm-prototypes.h file that
provides C prototypes for exported asm functions, which enables
proper CRC versions to be generated for them.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'Documentation')
Merge tag 'pci-v4.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI fix from Bjorn Helgaas:
"Configure ASPM on the link from a PCI-to-PCIe bridge (avoids a NULL
pointer dereference on topologies including these bridges)"
* tag 'pci-v4.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies
Diffstat (limited to 'drivers/usb/image')