diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-11 20:13:53 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-11 20:13:53 +0300 |
commit | f6192cb7429211bfaac1178c35607b0c989900b8 (patch) | |
tree | 9ca2a566b5151e3d69d955919605795d4ec1b354 | |
parent | 296d05cb0d3c9f4648e31abb8ce404ac6915d66c (diff) | |
parent | 49da065f7b1f27be625de65d6d55bdd22ac6b5c2 (diff) | |
download | linux-f6192cb7429211bfaac1178c35607b0c989900b8.tar.xz |
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
-rw-r--r-- | drivers/ntb/msi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ntb/msi.c b/drivers/ntb/msi.c index 9dddf133658f..0a5e884a920c 100644 --- a/drivers/ntb/msi.c +++ b/drivers/ntb/msi.c @@ -6,11 +6,6 @@ #include <linux/msi.h> #include <linux/pci.h> -MODULE_LICENSE("Dual BSD/GPL"); -MODULE_VERSION("0.1"); -MODULE_AUTHOR("Logan Gunthorpe <logang@deltatee.com>"); -MODULE_DESCRIPTION("NTB MSI Interrupt Library"); - struct ntb_msi { u64 base_addr; u64 end_addr; |