Re: [PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-17 Thread Harald Freudenberger
On 02/13/2017 01:03 PM, Harald Freudenberger wrote: > On 02/09/2017 03:48 PM, Paul Gortmaker wrote: >> The Makefile in drivers/s390 has: >> >> obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ >> >> ..and the Makefile in crypto/ has: >> >> ap-objs := ap_bus.o ap_card.o ap_queue.o >>

Re: [PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-17 Thread Harald Freudenberger
On 02/13/2017 01:03 PM, Harald Freudenberger wrote: > On 02/09/2017 03:48 PM, Paul Gortmaker wrote: >> The Makefile in drivers/s390 has: >> >> obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ >> >> ..and the Makefile in crypto/ has: >> >> ap-objs := ap_bus.o ap_card.o ap_queue.o >>

Re: [PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-14 Thread Paul Gortmaker
[Re: [PATCH] s390: crypto make ap_bus explicitly non-modular] On 13/02/2017 (Mon 13:03) Harald Freudenberger wrote: > On 02/09/2017 03:48 PM, Paul Gortmaker wrote: > > The Makefile in drivers/s390 has: > > > > obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ >

Re: [PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-14 Thread Paul Gortmaker
[Re: [PATCH] s390: crypto make ap_bus explicitly non-modular] On 13/02/2017 (Mon 13:03) Harald Freudenberger wrote: > On 02/09/2017 03:48 PM, Paul Gortmaker wrote: > > The Makefile in drivers/s390 has: > > > > obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ >

Re: [PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-13 Thread Harald Freudenberger
On 02/09/2017 03:48 PM, Paul Gortmaker wrote: > The Makefile in drivers/s390 has: > > obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ > > ..and the Makefile in crypto/ has: > > ap-objs := ap_bus.o ap_card.o ap_queue.o > > ...meaning that it currently is not being built as a

Re: [PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-13 Thread Harald Freudenberger
On 02/09/2017 03:48 PM, Paul Gortmaker wrote: > The Makefile in drivers/s390 has: > > obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ > > ..and the Makefile in crypto/ has: > > ap-objs := ap_bus.o ap_card.o ap_queue.o > > ...meaning that it currently is not being built as a

[PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-09 Thread Paul Gortmaker
The Makefile in drivers/s390 has: obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ ..and the Makefile in crypto/ has: ap-objs := ap_bus.o ap_card.o ap_queue.o ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is

[PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-09 Thread Paul Gortmaker
The Makefile in drivers/s390 has: obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ ..and the Makefile in crypto/ has: ap-objs := ap_bus.o ap_card.o ap_queue.o ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is