mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Marc Zyngier <marc.zyngier@arm.com>
To: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] base: export platform_msi_domain_{alloc,free}_irqs
Date: Mon, 04 Jan 2016 10:24:37 +0000	[thread overview]
Message-ID: <568A4865.2090709@arm.com> (raw)
In-Reply-To: <1451312415-9736-1-git-send-email-thomas.petazzoni@free-electrons.com>

On 28/12/15 14:20, Thomas Petazzoni wrote:
> The new function platform_msi_domain_{alloc,free}_irqs are meant to be
> used in platform drivers, which can be built as modules. Therefore, it
> makes sense to export them to be used from kernel modules.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  drivers/base/platform-msi.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/base/platform-msi.c b/drivers/base/platform-msi.c
> index 5df4575..82f4c89 100644
> --- a/drivers/base/platform-msi.c
> +++ b/drivers/base/platform-msi.c
> @@ -246,6 +246,7 @@ out_free_data:
>  
>  	return err;
>  }
> +EXPORT_SYMBOL_GPL(platform_msi_domain_alloc_irqs);
>  
>  /**
>   * platform_msi_domain_free_irqs - Free MSI interrupts for @dev
> @@ -268,3 +269,4 @@ void platform_msi_domain_free_irqs(struct device *dev)
>  	msi_domain_free_irqs(dev->msi_domain, dev);
>  	platform_msi_free_descs(dev);
>  }
> +EXPORT_SYMBOL_GPL(platform_msi_domain_free_irqs);
> 

Acked-by: Marc Zyngier <marc.zyngier@arm.com>

I'll queue that up as a fix for 4.5.

Thanks,

	M.
-- 
Jazz is not dead. It just smells funny...

      reply	other threads:[~2016-01-04 10:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-28 14:20 Thomas Petazzoni
2016-01-04 10:24 ` Marc Zyngier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=568A4865.2090709@arm.com \
    --to=marc.zyngier@arm.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=thomas.petazzoni@free-electrons.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome