aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-hyperv-intf.c
Commit message (Collapse)AuthorAgeFilesLines
* PCI: hv: Fix warnings for missing export.h header inclusionNaman Jain2025-07-091-0/+1
| | | | | | | | | | | | | Fix below warning in Hyper-V PCI driver that comes when kernel is compiled with W=1 option. Include export.h in driver files to fix it. * warning: EXPORT_SYMBOL() is used, but #include <linux/export.h> is missing Signed-off-by: Naman Jain <[email protected]> Reviewed-by: Saurabh Sengar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Wei Liu <[email protected]> Message-ID: <[email protected]>
* PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interfaceHaiyang Zhang2019-08-221-0/+67
This interface driver is a helper driver allows other drivers to have a common interface with the Hyper-V PCI frontend driver. Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]> Signed-off-by: David S. Miller <[email protected]>