]> git.proxmox.com Git - mirror_ubuntu-artful-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)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 6 Apr 2016 09:20:37 +0000 (10:20 +0100)
commitefa0567ee3caaddf56cd71a880c86766233ad59c
tree0404d9c7e10fac00d5a87bacbf659b4584128655
parenta9348ca3f894919c698a8d776686404e2f69aafd
ixgbe: use u32 instead of __u32 in model header

BugLink: http://bugs.launchpad.net/bugs/1547674
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>
(cherry picked from net-next commit fa477f4cb3de7bdd3899029803ebfcf269ba8c85)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h