File tree Expand file tree Collapse file tree 10 files changed +10
-0
lines changed Expand file tree Collapse file tree 10 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -437,5 +437,6 @@ static struct platform_driver exynos_pcie_driver = {
437437 },
438438};
439439module_platform_driver (exynos_pcie_driver );
440+ MODULE_DESCRIPTION ("Samsung Exynos PCIe host controller driver" );
440441MODULE_LICENSE ("GPL v2" );
441442MODULE_DEVICE_TABLE (of , exynos_pcie_of_match );
Original file line number Diff line number Diff line change @@ -96,4 +96,5 @@ void pci_host_common_remove(struct platform_device *pdev)
9696}
9797EXPORT_SYMBOL_GPL (pci_host_common_remove );
9898
99+ MODULE_DESCRIPTION ("Generic PCI host common driver" );
99100MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -86,4 +86,5 @@ static struct platform_driver gen_pci_driver = {
8686};
8787module_platform_driver (gen_pci_driver );
8888
89+ MODULE_DESCRIPTION ("Generic PCI host controller driver" );
8990MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -290,4 +290,5 @@ static void __exit altera_msi_exit(void)
290290subsys_initcall (altera_msi_init );
291291MODULE_DEVICE_TABLE (of , altera_msi_of_match );
292292module_exit (altera_msi_exit );
293+ MODULE_DESCRIPTION ("Altera PCIe MSI support driver" );
293294MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -826,4 +826,5 @@ static struct platform_driver altera_pcie_driver = {
826826
827827MODULE_DEVICE_TABLE (of , altera_pcie_of_match );
828828module_platform_driver (altera_pcie_driver );
829+ MODULE_DESCRIPTION ("Altera PCIe host controller driver" );
829830MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -839,4 +839,5 @@ static struct platform_driver apple_pcie_driver = {
839839};
840840module_platform_driver (apple_pcie_driver );
841841
842+ MODULE_DESCRIPTION ("Apple PCIe host bridge driver" );
842843MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -1091,4 +1091,5 @@ static struct platform_driver mtk_pcie_driver = {
10911091};
10921092
10931093module_platform_driver (mtk_pcie_driver );
1094+ MODULE_DESCRIPTION ("MediaTek Gen3 PCIe host controller driver" );
10941095MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -1252,4 +1252,5 @@ static struct platform_driver mtk_pcie_driver = {
12521252 },
12531253};
12541254module_platform_driver (mtk_pcie_driver );
1255+ MODULE_DESCRIPTION ("MediaTek PCIe host controller driver" );
12551256MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -549,4 +549,5 @@ static struct platform_driver mt7621_pcie_driver = {
549549};
550550builtin_platform_driver (mt7621_pcie_driver );
551551
552+ MODULE_DESCRIPTION ("MediaTek MT7621 PCIe host controller driver" );
552553MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -1128,5 +1128,6 @@ static struct pci_driver vmd_drv = {
11281128module_pci_driver (vmd_drv );
11291129
11301130MODULE_AUTHOR ("Intel Corporation" );
1131+ MODULE_DESCRIPTION ("Volume Management Device driver" );
11311132MODULE_LICENSE ("GPL v2" );
11321133MODULE_VERSION ("0.6" );
You can’t perform that action at this time.
0 commit comments