Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6192cb7 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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
parents 296d05cb 49da065f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;