linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Samuel Thibault <samuel.thibault@ens-lyon.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	akpm@toccata.ens-lyon.org
Subject: Re: linux-next: Tree for Oct 31 (input & leds)
Date: Thu, 31 Oct 2013 19:02:49 -0700	[thread overview]
Message-ID: <52730BC9.4040309@infradead.org> (raw)
In-Reply-To: <20131101012129.GW7325@type.youpi.perso.aquilenet.fr>

On 10/31/13 18:21, Samuel Thibault wrote:
> Randy Dunlap, le Thu 31 Oct 2013 11:04:59 -0700, a écrit :
>> On 10/31/13 03:00, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20131030:
>>>
>>> The net-next tree gained a conflict against the net tree.
>>>
>>> The devicetree tree gained a conflict against the crypto tree.
>>>
>>> The tty tree gained a build failure so I used the version from
>>> next-20131030.
>>>
>>> The arm-soc tree gained conflicts against the devicetree tree.
>>
>>
>> on i386, when both
>> CONFIG_INPUT=m
>> CONFIG_INPUT_LEDS=m
>>
>> ERROR: "input_led_disconnect" [drivers/input/input-core.ko] undefined!
>> ERROR: "input_led_connect" [drivers/input/input-core.ko] undefined!
>>
>>
>> Full randconfig file is attached.
> 
> Ah, right, in that config an export is needed, here is a patch.
> 
> Samuel
> 
> 
> 
> Export input led symbols for input core module.
> 
> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> 
> --- drivers/input/leds.c.orig	2013-11-01 01:43:38.889584308 +0100
> +++ drivers/input/leds.c	2013-11-01 01:44:02.060916781 +0100
> @@ -210,6 +210,7 @@
>  	input_led_delete(dev);
>  	return error;
>  }
> +EXPORT_SYMBOL_GPL(input_led_connect);
>  
>  /* Disconnected input device. Clean it, and deregister now-useless VT LEDs
>   * and triggers.  */
> @@ -241,6 +242,7 @@
>  	}
>  	mutex_unlock(&vt_led_registered_lock);
>  }
> +EXPORT_SYMBOL_GPL(input_led_disconnect);
>  
>  MODULE_LICENSE("GPL");
>  MODULE_DESCRIPTION("User LED support for input layer");
> --


-- 
~Randy

  reply	other threads:[~2013-11-01  2:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-31 10:00 linux-next: Tree for Oct 31 Stephen Rothwell
2013-10-31 18:04 ` linux-next: Tree for Oct 31 (input & leds) Randy Dunlap
2013-11-01  1:21   ` Samuel Thibault
2013-11-01  2:02     ` Randy Dunlap [this message]
2013-10-31 18:07 ` [PATCH -next] media/platform/marvell-ccic: fix cafe_ccic build error Randy Dunlap
2013-10-31 21:09   ` Jonathan Corbet
2013-10-31 21:46     ` Randy Dunlap
2013-10-31 21:02 ` linux-next: Tree for Oct 31 (crypto, rsa, mpi) Randy Dunlap
2013-11-01 15:16   ` David Howells
2013-11-01 18:21     ` Randy Dunlap

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=52730BC9.4040309@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=akpm@toccata.ens-lyon.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=sfr@canb.auug.org.au \
    /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;
as well as URLs for NNTP newsgroup(s).