Merge tag 'ntb-5.3-bugfixes' of git://github.com/jonmason/ntb

Pull NTB fix from Jon Mason:
"Bug fix for NTB MSI kernel compile warning"

* tag 'ntb-5.3-bugfixes' of git://github.com/jonmason/ntb:
NTB/msi: remove incorrect MODULE defines

Changed files
-5
drivers
ntb
-5
drivers/ntb/msi.c
··· 6 6 #include <linux/msi.h> 7 7 #include <linux/pci.h> 8 8 9 - MODULE_LICENSE("Dual BSD/GPL"); 10 - MODULE_VERSION("0.1"); 11 - MODULE_AUTHOR("Logan Gunthorpe <logang@deltatee.com>"); 12 - MODULE_DESCRIPTION("NTB MSI Interrupt Library"); 13 - 14 9 struct ntb_msi { 15 10 u64 base_addr; 16 11 u64 end_addr;