ehea: make some functions and variables static
authorThadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Fri, 13 Jan 2012 08:06:32 +0000 (08:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jan 2012 15:04:43 +0000 (10:04 -0500)
Some functions and variables in ehea are only used in their own file, so
they should be static. One particular function had a very generic name,
print_error_data.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found