Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: qcom/emac: make function emac_isr static
The function emac_isr is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warnings: symbol 'emac_isr' was not declared. Should it be static? Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information