Re: [PATCH] pnp: isapnp: make core more explicitly non-modular

2016-08-15 Thread Jaroslav Kysela
Dne 16.8.2016 v 00:42 Paul Gortmaker napsal(a): > The Makefile currently controlling compilation of this code is: > > obj-y += pnp.o > pnp-y := core.o compat.o > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the coupl

Re: [PATCH] pnp: isapnp: make core more explicitly non-modular

2016-08-15 Thread Rafael J. Wysocki
On Monday, August 15, 2016 06:42:33 PM Paul Gortmaker wrote: > The Makefile currently controlling compilation of this code is: > > obj-y += pnp.o > pnp-y := core.o compat.o > > ...meaning that it currently is not being built as a module by anyone. > > Lets rem

[PATCH] pnp: isapnp: make core more explicitly non-modular

2016-08-15 Thread Paul Gortmaker
The Makefile currently controlling compilation of this code is: obj-y += pnp.o pnp-y := core.o compat.o ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when reading the