commit | a8bac371e7299626e3e6658023dc4db1254c1cdb | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Sun Nov 13 20:45:33 2016 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 14 10:25:29 2016 +0100 |
tree | 2bc4d6067ca62aa2f94024636e4d905b5ff88a18 | |
parent | c2d3d49bba0889f42e4753651d103f7ba74fbaf1 [diff] |
usb: mtu3: declare functions static The only user of the functions mtu3_irq() and gpd_ring_empty() are in the same file. They can be declared as static. Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>