]> asedeno.scripts.mit.edu Git - linux.git/commit
ice: Cleanup defines in ice_type.h
authorTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 2 Aug 2019 08:25:33 +0000 (01:25 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 3 Sep 2019 23:32:30 +0000 (16:32 -0700)
commit6a025730e0cdf47f8cdc323708b9cbe23fdff7f7
tree77eb60114772ce6854a3cc8839f206b2f8a56b82
parent2e0ab37c04c2f18d91d55fd417dc8d4a45843a9f
ice: Cleanup defines in ice_type.h

Conventionally, if the #defines/other are not needed by other header
files being included, #includes are done first followed by #defines
and other stuff. Move the #defines before the #includes to follow this
convention.

Suggested by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_type.h