commit | 6a025730e0cdf47f8cdc323708b9cbe23fdff7f7 | [log] [tgz] |
---|---|---|
author | Tony Nguyen <anthony.l.nguyen@intel.com> | Fri Aug 02 01:25:33 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Sep 03 16:32:30 2019 -0700 |
tree | 77eb60114772ce6854a3cc8839f206b2f8a56b82 | |
parent | 2e0ab37c04c2f18d91d55fd417dc8d4a45843a9f [diff] |
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>