Re: [PATCH v1 11/13] sfi: fix compiler warnings

2013-05-31 Thread Andy Shevchenko
On Thu, May 30, 2013 at 5:45 AM, Sathyanarayanan Kuppuswamy wrote: > From: Andy Shevchenko Can you use newer version [1] of this patch? [1] https://lkml.org/lkml/2013/5/28/83 -- With Best Regards, Andy Shevchenko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH v1 11/13] sfi: fix compiler warnings

2013-05-31 Thread Andy Shevchenko
On Thu, May 30, 2013 at 5:45 AM, Sathyanarayanan Kuppuswamy sathyanarayanan.kuppusw...@intel.com wrote: From: Andy Shevchenko andriy.shevche...@linux.intel.com Can you use newer version [1] of this patch? [1] https://lkml.org/lkml/2013/5/28/83 -- With Best Regards, Andy Shevchenko -- To

[PATCH v1 11/13] sfi: fix compiler warnings

2013-05-29 Thread Sathyanarayanan Kuppuswamy
From: Andy Shevchenko drivers/sfi/sfi_core.c:164:26: warning: no previous prototype for ‘sfi_map_table’ [-Wmissing-prototypes] drivers/sfi/sfi_core.c:192:6: warning: no previous prototype for ‘sfi_unmap_table’ [-Wmissing-prototypes] Change-Id: I2c2053dcd364a21c6b86016b28f2fb4961ccf43e

[PATCH v1 11/13] sfi: fix compiler warnings

2013-05-29 Thread Sathyanarayanan Kuppuswamy
From: Andy Shevchenko andriy.shevche...@linux.intel.com drivers/sfi/sfi_core.c:164:26: warning: no previous prototype for ‘sfi_map_table’ [-Wmissing-prototypes] drivers/sfi/sfi_core.c:192:6: warning: no previous prototype for ‘sfi_unmap_table’ [-Wmissing-prototypes] Change-Id: