[PATCH] drivers:staging: fix compilation warning

Greg Kroah-Hartman gregkh at linuxfoundation.org
Mon Dec 3 15:19:11 UTC 2012


On Mon, Dec 03, 2012 at 10:34:08AM +0000, Cong Ding wrote:
> We do not allow old-style function definition.  Always spell foo(void) if
> a function does not take any parameters.
> 
> Signed-off-by: Cong Ding <dinggnu at gmail.com>
> ---
>  drivers/staging/telephony/ixj.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

As Dan pointed out, you have to work against linux-next, otherwise you
waste time fixing things that might not even be in the tree anymore,
like this code.

sorry,

greg k-h



More information about the devel mailing list