[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <BANLkTi=PyyFxvL3YUJcO=2GTrHpjwG-RLA@mail.gmail.com>
Date: Thu, 19 May 2011 20:29:26 +0300
From: Tomas Winkler <tomasw@...il.com>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>, gregkh <greg@...ah.com>,
driverdevel <devel@...verdev.osuosl.org>,
linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH -next] staging: fix mei build when PM is not enabled
On Thu, May 19, 2011 at 6:52 PM, Randy Dunlap <randy.dunlap@...cle.com> wrote:
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> Fix mei build when CONFIG_PM is not enabled (i.e., fix typo):
>
> drivers/staging/mei/main.c:1159: error: 'MEI_PM_OPS' undeclared here (not in a function)
>
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
> ---
> drivers/staging/mei/main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20110519.orig/drivers/staging/mei/main.c
> +++ linux-next-20110519/drivers/staging/mei/main.c
> @@ -1145,7 +1145,7 @@ static int mei_pci_resume(struct device
> static SIMPLE_DEV_PM_OPS(mei_pm_ops, mei_pci_suspend, mei_pci_resume);
> #define MEI_PM_OPS (&mei_pm_ops)
> #else
> -#define MIE_PM_OPS NULL
> +#define MEI_PM_OPS NULL
> #endif /* CONFIG_PM */
> /*
> * PCI driver structure
Thanks for catching this
Ack
Tomas
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists