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


Groups > linux.kernel > #1397292

Re: [PATCH] drivers/acpi: make evged.c explicitly non-modular

From Paul Gortmaker <paul.gortmaker@windriver.com>
Newsgroups linux.kernel
Subject Re: [PATCH] drivers/acpi: make evged.c explicitly non-modular
Date 2016-05-09 22:00 +0200
Message-ID <rwZvt-3Ct-29@gated-at.bofh.it> (permalink)
References <rwYpI-2J0-7@gated-at.bofh.it> <rwZc6-3qZ-29@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Re: [PATCH] drivers/acpi: make evged.c explicitly non-modular] On 09/05/2016 (Mon 15:35) Sinan Kaya wrote:

> +Rafael,
> 
> On 5/9/2016 2:40 PM, Paul Gortmaker wrote:
> > The Makefile/Kconfig currently controlling compilation of this code is:
> > 
> > Makefile:acpi-$(CONFIG_ACPI_REDUCED_HARDWARE_ONLY) += evged.o
> > 
> > -
> > -module_platform_driver(ged_driver);
> > -MODULE_LICENSE("GPL v2");
> > +builtin_platform_driver(ged_driver);
> > 
> 
> Thanks, it looks good to me. I realized Rafael was missing in your post.
> I added him here.

Thanks for spotting that.  It looks like I fat fingered his "Cc:" line
into a "c:" at some point and I didn't notice his name was absent when
git gave me the summary of recipients before hitting send.  :-(

Would have been nice if git send-email had given me a warning, but I
guess there are so many different non-stanadard headers out there now,
it would be impossible to assume "c:" wasn't valid for someone....

P.
--

> 
> -- 
> Sinan Kaya
> Qualcomm Technologies, Inc. on behalf of Qualcomm Innovation Center, Inc.
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project

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


Thread

[PATCH] drivers/acpi: make evged.c explicitly non-modular Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-05-09 20:50 +0200
  Re: [PATCH] drivers/acpi: make evged.c explicitly non-modular Sinan Kaya <okaya@codeaurora.org> - 2016-05-09 21:40 +0200
    Re: [PATCH] drivers/acpi: make evged.c explicitly non-modular Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-05-09 22:00 +0200
      Re: [PATCH] drivers/acpi: make evged.c explicitly non-modular "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-05-11 02:10 +0200

csiph-web