]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] pulse8-cec: declare function as static
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 12 Jul 2016 16:46:20 +0000 (13:46 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 12 Jul 2016 16:46:20 +0000 (13:46 -0300)
commit9d01315d132469fd0a92f5a13c0a605d6ce96b21
treeb7812c8a627bf0b7d8651b2e98ee9f38daa1f829
parent4a075189a3c1afcba28e68447c4d334cd6e7427d
[media] pulse8-cec: declare function as static

drivers/staging/media/pulse8-cec/pulse8-cec.c:104:6: warning: no previous prototype for 'pulse8_irq_work_handler' [-Wmissing-prototypes]
 void pulse8_irq_work_handler(struct work_struct *work)
      ^~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/pulse8-cec/pulse8-cec.c