Re: [PATCH 1/2] drivers: tty: Mark the functions as static in n_gsm.c

2013-12-16 Thread Josh Triplett
On Mon, Dec 16, 2013 at 04:28:24PM +0530, Rashika Kheria wrote: > Marks the functions gsm_cleanup_mux(), gsm_activate_mux(), > gsm_free_mux(), gsm_alloc_mux() and gsm_change_mtu() as static in > n_gsm.c because they are not used outside this file. > > Also, drop the EXPORT_SYMBOL_GPL for the above

[PATCH 1/2] drivers: tty: Mark the functions as static in n_gsm.c

2013-12-16 Thread Rashika Kheria
Marks the functions gsm_cleanup_mux(), gsm_activate_mux(), gsm_free_mux(), gsm_alloc_mux() and gsm_change_mtu() as static in n_gsm.c because they are not used outside this file. Also, drop the EXPORT_SYMBOL_GPL for the above mentioned functions because nothing else in the kernel calls them. This