]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ixgbe: use u32 instead of __u32 in model header
authorJohn Fastabend <john.fastabend@gmail.com>
Wed, 17 Feb 2016 22:34:53 +0000 (14:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2016 02:44:12 +0000 (21:44 -0500)
commitfa477f4cb3de7bdd3899029803ebfcf269ba8c85
tree132fdc139448df05ac7a9ea6c515ccd842014cef
parent36b6f2cf7edd841c0b0eb7a5ec09c22bd6b5018c
ixgbe: use u32 instead of __u32 in model header

I incorrectly used __u32 types where we should be using u32 types when
I added the ixgbe_model.h file.

Fixes: 9d35cf062e05 ("net: ixgbe: add minimal parser details for ixgbe")
Suggested-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h