commit | bca516502efe1884515ff9bb8390a00f35464efa | [log] [tgz] |
---|---|---|
author | Thomas Richter <tmricht@linux.vnet.ibm.com> | Wed Oct 22 12:18:02 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 26 22:21:39 2014 -0400 |
tree | 7ab913f3272773c55893433d00fe25c3f0bba527 | |
parent | 1f3c2eba1e2d866ef99bb9b10ade4096e3d7607c [diff] |
qeth: qeth_core_main make local functions static This patch makes some global functions static and removes the prototypes from the header file. Also function qeth_query_card_info is not exported anymore, there is no external user for it, this function should never have been exported in the first place. Signed-off-by: Thomas Richter <tmricht@linux.vnet.ibm.com> Signed-off-by: Frank Blaschka <blaschka@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>