All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Chris Metcalf <cmetcalf@tilera.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
	Thierry Reding <thierry.reding@avionic-design.de>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tilegx: move fixup hook from __init to __devinit
Date: Thu, 25 Oct 2012 13:34:01 -0700	[thread overview]
Message-ID: <20121025203401.GA2925@kroah.com> (raw)
In-Reply-To: <201210252022.q9PKMK9Q011000@farm-0023.internal.tilera.com>

On Thu, Oct 25, 2012 at 04:19:09PM -0400, Chris Metcalf wrote:
> Support having the PCI bus be removed at runtime and rediscovered.
> 
> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
> Cc: stable@vger.kernel.org [v3.6]
> ---
>  arch/tile/kernel/pci_gx.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/tile/kernel/pci_gx.c b/arch/tile/kernel/pci_gx.c
> index 2ba6d05..248d08a 100644
> --- a/arch/tile/kernel/pci_gx.c
> +++ b/arch/tile/kernel/pci_gx.c
> @@ -1047,7 +1047,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask)
>  }
>  
>  /* Called for each device after PCI setup is done. */
> -static void __init
> +static void __devinit

Just delete __devinit, it means nothing in 3.7, and really, you don't
want it there at all anyway for any older kernels.

thanks,

greg k-h

      reply	other threads:[~2012-10-25 20:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-25 20:19 [PATCH] tilegx: move fixup hook from __init to __devinit Chris Metcalf
2012-10-25 20:34 ` Greg Kroah-Hartman [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=20121025203401.GA2925@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=bhelgaas@google.com \
    --cc=cmetcalf@tilera.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=thierry.reding@avionic-design.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.