Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1463445

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

From Jaroslav Kysela <perex@perex.cz>
Newsgroups linux.kernel
Subject Re: [PATCH] pnp: isapnp: make core more explicitly non-modular
Date 2016-08-16 08:30 +0200
Message-ID <s6G2R-7Xd-15@gated-at.bofh.it> (permalink)
References <s6yRI-3f5-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 couple traces of modular infrastructure use, so that
> when reading the driver there is no doubt it is builtin-only.
> 
> Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code.
> 
> We also delete the MODULE_LICENSE tag etc. since all that information
> is already contained at the top of the file in the comments.
> 
> We don't replace module.h with init.h since the file already has that.
> But we do add moduleparam.h since the file does use module_param().
> 
> Cc: Jaroslav Kysela <perex@perex.cz>
> Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

Acked-by: Jaroslav Kysela <perex@perex.cz>

-- 
Jaroslav Kysela <perex@perex.cz>
Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] pnp: isapnp: make core more explicitly non-modular Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-08-16 00:50 +0200
  Re: [PATCH] pnp: isapnp: make core more explicitly non-modular "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-08-16 01:30 +0200
  Re: [PATCH] pnp: isapnp: make core more explicitly non-modular Jaroslav Kysela <perex@perex.cz> - 2016-08-16 08:30 +0200

csiph-web