commit | 236c5fa48db49d8c8a3a5824383442862c5d1001 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Wed Feb 20 11:27:56 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Feb 21 09:34:30 2019 -0500 |
tree | 9c35f0b3cd23a4650450053c06c1313922df860b | |
parent | 12b1381fa1015f1a3d70c7862f61521d393d4733 [diff] |
drivers/ethernet: Removing unused variables in stellaris driver In was generating these warnings: eth_stellaris.c:66:8: warning: unused variable ‘eth_hdr’ eth_stellaris.c:65:8: warning: unused variable ‘head_len_left’ Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>