Skip to content

Commit f6192cb

Browse files
committed
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
2 parents 296d05c + 49da065 commit f6192cb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/ntb/msi.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
#include <linux/msi.h>
77
#include <linux/pci.h>
88

9-
MODULE_LICENSE("Dual BSD/GPL");
10-
MODULE_VERSION("0.1");
11-
MODULE_AUTHOR("Logan Gunthorpe <[email protected]>");
12-
MODULE_DESCRIPTION("NTB MSI Interrupt Library");
13-
149
struct ntb_msi {
1510
u64 base_addr;
1611
u64 end_addr;

0 commit comments

Comments
 (0)