Re: [PATCH 1/1] kernel:time Export symbols of functions declared in linux/alarmtimer.h

2013-06-04 Thread John Stultz
On 06/04/2013 12:32 AM, Marcus Gelderie wrote: On Mon, Jun 03, 2013 at 12:21:22PM -0700, John Stultz wrote: These probably should be EXPORT_SYMBOL_GPL, no? Also there's a bunch of new alarm functions that Todd Poynor that I have queued, which will probably need similar. thanks -john Opps, yes

Re: [PATCH 1/1] kernel:time Export symbols of functions declared in linux/alarmtimer.h

2013-06-04 Thread Marcus Gelderie
On Mon, Jun 03, 2013 at 12:21:22PM -0700, John Stultz wrote: > These probably should be EXPORT_SYMBOL_GPL, no? Also there's a bunch of > new alarm functions that Todd Poynor that I have queued, which will > probably need similar. > > thanks > -john Opps, yes they should, thanks. I've corrected t

Re: [PATCH 1/1] kernel:time Export symbols of functions declared in linux/alarmtimer.h

2013-06-03 Thread John Stultz
On 06/01/2013 09:39 AM, Marcus Gelderie wrote: Export symbols so they can be used by drivers/staging/android/alarm-dev.c. So far this is built-in but LKM support is planned (see drivers/staging/android/TODO). Signed-off-by: Marcus Gelderie These probably should be EXPORT_SYMBOL_GPL, no? Also

[PATCH 1/1] kernel:time Export symbols of functions declared in linux/alarmtimer.h

2013-06-01 Thread Marcus Gelderie
Export symbols so they can be used by drivers/staging/android/alarm-dev.c. So far this is built-in but LKM support is planned (see drivers/staging/android/TODO). Signed-off-by: Marcus Gelderie --- kernel/time/alarmtimer.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git