mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] au0828: au0828_rc_*() defines cleanup
@ 2014-08-09  0:36 Shuah Khan
  2014-08-09  0:36 ` [PATCH 1/2] au0828: add au0828_rc_*() stubs for VIDEO_AU0828_RC disabled case Shuah Khan
  2014-08-09  0:36 ` [PATCH 2/2] au0828: remove CONFIG_VIDEO_AU0828_RC scope around au0828_rc_*() Shuah Khan
  0 siblings, 2 replies; 3+ messages in thread
From: Shuah Khan @ 2014-08-09  0:36 UTC (permalink / raw)
  To: m.chehab, dheitmueller; +Cc: Shuah Khan, linux-media, linux-kernel

Define au0828_rc_*() stubs to avoid compile errors when
VIDEO_AU0828_RC is disabled and avoid the need to enclose
au0828_rc_*() in ifdef CONFIG_VIDEO_AU0828_RC in .c files.

This patch series adds stubs and fixes places where ifdef
is used.

Shuah Khan (2):
  au0828: add au0828_rc_*() stubs for VIDEO_AU0828_RC disabled case
  au0828: remove CONFIG_VIDEO_AU0828_RC scope around au0828_rc_*()

 drivers/media/usb/au0828/au0828-core.c |    4 ----
 drivers/media/usb/au0828/au0828.h      |   15 +++++++++++----
 2 files changed, 11 insertions(+), 8 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-09  0:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-09  0:36 [PATCH 0/2] au0828: au0828_rc_*() defines cleanup Shuah Khan
2014-08-09  0:36 ` [PATCH 1/2] au0828: add au0828_rc_*() stubs for VIDEO_AU0828_RC disabled case Shuah Khan
2014-08-09  0:36 ` [PATCH 2/2] au0828: remove CONFIG_VIDEO_AU0828_RC scope around au0828_rc_*() Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome