Re: [PATCH 3/3] media: ttpci: add RC_CORE dependency

2019-06-25 Thread Arnd Bergmann
On Tue, Jun 25, 2019 at 12:56 PM Sean Young wrote: > > On Mon, Jun 17, 2019 at 01:16:53PM +0200, Arnd Bergmann wrote: > > The ttpci driver now uses the rc-core, so we need to ensure it > > is enabled: > > > > ERROR: "rc_unregister_device" [drivers/media/pci/ttpci/dvb-ttpci.ko] > > undefined! > >

Re: [PATCH 3/3] media: ttpci: add RC_CORE dependency

2019-06-25 Thread Sean Young
On Mon, Jun 17, 2019 at 01:16:53PM +0200, Arnd Bergmann wrote: > The ttpci driver now uses the rc-core, so we need to ensure it > is enabled: > > ERROR: "rc_unregister_device" [drivers/media/pci/ttpci/dvb-ttpci.ko] > undefined! > ERROR: "rc_allocate_device" [drivers/media/pci/ttpci/dvb-ttpci.ko]

[PATCH 3/3] media: ttpci: add RC_CORE dependency

2019-06-17 Thread Arnd Bergmann
The ttpci driver now uses the rc-core, so we need to ensure it is enabled: ERROR: "rc_unregister_device" [drivers/media/pci/ttpci/dvb-ttpci.ko] undefined! ERROR: "rc_allocate_device" [drivers/media/pci/ttpci/dvb-ttpci.ko] undefined! ERROR: "rc_free_device" [drivers/media/pci/ttpci/dvb-ttpci.ko] un