diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-11 19:13:53 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-11 19:13:53 +0200 |
commit | f6192cb7429211bfaac1178c35607b0c989900b8 (patch) | |
tree | 9ca2a566b5151e3d69d955919605795d4ec1b354 | |
parent | Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
parent | NTB/msi: remove incorrect MODULE defines (diff) | |
download | linux-f6192cb7429211bfaac1178c35607b0c989900b8.tar.xz linux-f6192cb7429211bfaac1178c35607b0c989900b8.zip |
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; |