]> www.infradead.org Git - users/jedix/linux-maple.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)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 6 Jul 2016 23:40:51 +0000 (16:40 -0700)
commitb6006f2a494b57bd0d92757fb04d923402cf079c
tree16941e1ce3f86de13399eb1d8be2a42fd1d7daf5
parent7b1d05c8e14d06a6d04acb2fb7091b022713deec
ixgbe: use u32 instead of __u32 in model header

Orabug: 23177316

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 commit fa477f4cb3de7bdd3899029803ebfcf269ba8c85)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h