Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1555808
| From | Johannes Thumshirn <jthumshirn@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] scsi: qedi: select UIO |
| Date | 2017-01-10 19:50 +0100 |
| Message-ID | <sY9EC-4Q2-17@gated-at.bofh.it> (permalink) |
| References | <sY6x3-32R-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jan 10, 2017 at 04:27:29PM +0100, Arnd Bergmann wrote:
> The newly added qedi driver links against the UIO framework, but can
> be built without that:
>
> drivers/scsi/qedi/qedi_main.o: In function `qedi_free_uio':
> qedi_main.c:(.text.qedi_free_uio+0x78): undefined reference to `uio_unregister_device'
> drivers/scsi/qedi/qedi_main.o: In function `qedi_ll2_recv_thread':
> qedi_main.c:(.text.qedi_ll2_recv_thread+0x18c): undefined reference to `uio_event_notify'
> drivers/scsi/qedi/qedi_main.o: In function `__qedi_probe.constprop.1':
> qedi_main.c:(.text.__qedi_probe.constprop.1+0x1368): undefined reference to `__uio_register_device'
>
> This adds a compile-time dependency.
>
> Fixes: ace7f46ba5fd ("scsi: qedi: Add QLogic FastLinQ offload iSCSI driver framework.")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
Looks OK,
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
--
Johannes Thumshirn Storage
jthumshirn@suse.de +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] scsi: qedi: select UIO Arnd Bergmann <arnd@arndb.de> - 2017-01-10 16:30 +0100
Re: [PATCH] scsi: qedi: select UIO Johannes Thumshirn <jthumshirn@suse.de> - 2017-01-10 19:50 +0100
Re: [PATCH] scsi: qedi: select UIO "Ewan D. Milne" <emilne@redhat.com> - 2017-01-10 21:20 +0100
Re: [PATCH] scsi: qedi: select UIO "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-01-11 05:20 +0100
Re: [PATCH] scsi: qedi: select UIO "Rangankar, Manish" <Manish.Rangankar@cavium.com> - 2017-01-11 10:10 +0100
csiph-web