linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: fix i8042 module build error
@ 2010-08-06 18:42 Grant Likely
  2010-08-07  0:01 ` Stephen Rothwell
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Likely @ 2010-08-06 18:42 UTC (permalink / raw)
  To: martyn.welch, benh, linuxppc-dev, linux-kernel, sfr

of_i8042_{kbd,aux}_irq needs to be exported

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---

Stephen and Ben, this fixes up the build error in linux-next.  If you prefer,
I can stuff this patch into my next-powerpc branch.  Ben, I've got other
commits in that branch that I'll be sending to you early next week anyway.

 arch/powerpc/kernel/setup-common.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c
index 15ade0d..9d4882a 100644
--- a/arch/powerpc/kernel/setup-common.c
+++ b/arch/powerpc/kernel/setup-common.c
@@ -96,7 +96,9 @@ struct screen_info screen_info = {
 
 /* Variables required to store legacy IO irq routing */
 int of_i8042_kbd_irq;
+EXPORT_SYMBOL_GPL(of_i8042_kbd_irq);
 int of_i8042_aux_irq;
+EXPORT_SYMBOL_GPL(of_i8042_aux_irq);
 
 #ifdef __DO_IRQ_CANON
 /* XXX should go elsewhere eventually */


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc: fix i8042 module build error
  2010-08-06 18:42 [PATCH] powerpc: fix i8042 module build error Grant Likely
@ 2010-08-07  0:01 ` Stephen Rothwell
  2010-08-07  2:54   ` Grant Likely
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2010-08-07  0:01 UTC (permalink / raw)
  To: Grant Likely; +Cc: martyn.welch, benh, linuxppc-dev, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 656 bytes --]

Hi Grant,

On Fri, 06 Aug 2010 12:42:12 -0600 Grant Likely <grant.likely@secretlab.ca> wrote:
>
> of_i8042_{kbd,aux}_irq needs to be exported
> 
> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
> ---
> 
> Stephen and Ben, this fixes up the build error in linux-next.  If you prefer,
> I can stuff this patch into my next-powerpc branch.  Ben, I've got other
> commits in that branch that I'll be sending to you early next week anyway.

This failure also exists in Linus' tree, so the earlier this goes to
Linus the better.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc: fix i8042 module build error
  2010-08-07  0:01 ` Stephen Rothwell
@ 2010-08-07  2:54   ` Grant Likely
  0 siblings, 0 replies; 3+ messages in thread
From: Grant Likely @ 2010-08-07  2:54 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: martyn.welch, benh, linuxppc-dev, linux-kernel

On Fri, Aug 6, 2010 at 6:01 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Grant,
>
> On Fri, 06 Aug 2010 12:42:12 -0600 Grant Likely <grant.likely@secretlab.ca> wrote:
>>
>> of_i8042_{kbd,aux}_irq needs to be exported
>>
>> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
>> ---
>>
>> Stephen and Ben, this fixes up the build error in linux-next.  If you prefer,
>> I can stuff this patch into my next-powerpc branch.  Ben, I've got other
>> commits in that branch that I'll be sending to you early next week anyway.
>
> This failure also exists in Linus' tree, so the earlier this goes to
> Linus the better.

Okay then.  Ben, I'll send out my pull request out right away so
you've got it if you want to use it.

Cheers,
g.
> --
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au
> http://www.canb.auug.org.au/~sfr/
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-07  2:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-06 18:42 [PATCH] powerpc: fix i8042 module build error Grant Likely
2010-08-07  0:01 ` Stephen Rothwell
2010-08-07  2:54   ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).