Skip to content

Commit

Permalink
Merge tag 'ntb-5.3-bugfixes' of git://github.com/jonmason/ntb
Browse files Browse the repository at this point in the history
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
  • Loading branch information
torvalds committed Aug 11, 2019
2 parents 296d05c + 49da065 commit f6192cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/ntb/msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>");
MODULE_DESCRIPTION("NTB MSI Interrupt Library");

struct ntb_msi {
u64 base_addr;
u64 end_addr;
Expand Down

0 comments on commit f6192cb

Please sign in to comment.