null: fix build with icc
authorTetsuya Mukawa <mukawa@igel.co.jp>
Fri, 27 Feb 2015 05:19:35 +0000 (14:19 +0900)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 27 Feb 2015 23:19:46 +0000 (00:19 +0100)
commit29295538545a6b4229c849c4cb4e73b7f4422ea6
treedfff912184ab55da6dbd19117fcce1f7fb2fcc8d
parent911920812fb30c1bd13e3baeb82a5f3358e5c445
null: fix build with icc

This patch fixes following errors with icc.
 rte_eth_null.c(47): error #83:
     type qualifier specified more than once

Reported-by: John McNamara <john.mcnamara@intel.com>
Signed-off-by: Tetsuya Mukawa <mukawa@igel.co.jp>
Acked-by: John McNamara <john.mcnamara@intel.com>
lib/librte_pmd_null/rte_eth_null.c