The patch number 12365 was added via Mauro Carvalho Chehab <mche...@redhat.com> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Jean Delvare <kh...@linux-fr.org> ir-kbd-i2c: Remove superfulous inlines Functions which are referenced by their address can't be inlined by definition. Priority: normal Signed-off-by: Jean Delvare <kh...@linux-fr.org> Signed-off-by: Andy Walls <awa...@radix.net> Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> --- linux/drivers/media/video/ir-kbd-i2c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -r c0ec0a344379 -r 2801fff14dcb linux/drivers/media/video/ir-kbd-i2c.c --- a/linux/drivers/media/video/ir-kbd-i2c.c Tue Jul 28 11:39:02 2009 -0300 +++ b/linux/drivers/media/video/ir-kbd-i2c.c Tue Jul 28 11:41:35 2009 -0300 @@ -127,12 +127,12 @@ return 1; } -static inline int get_key_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) +static int get_key_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) { return get_key_haup_common (ir, ir_key, ir_raw, 3, 0); } -static inline int get_key_haup_xvr(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) +static int get_key_haup_xvr(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) { return get_key_haup_common (ir, ir_key, ir_raw, 6, 3); } --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/2801fff14dcb629efc594e97c5322cce5db851db _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits