From: Tony Lindgren <tony@atomide.com>
To: Sakari Ailus <sakari.ailus@nokia.com>
Cc: linux-omap-open-source@linux.omap.com, Adrian Bunk <bunk@stusta.de>
Subject: Re: [PATCH 1/1] Export v4l2_int_device_{, un}register
Date: Mon, 17 Sep 2007 11:35:12 -0700 [thread overview]
Message-ID: <20070917183512.GJ21226@atomide.com> (raw)
In-Reply-To: <11895147942548-git-send-email-sakari.ailus@nokia.com>
* Sakari Ailus <sakari.ailus@nokia.com> [070911 05:48]:
> From: Adrian Bunk <bunk@stusta.de>
>
> This patch fixes the following build error:
>
> <-- snip -->
>
> ...
> MODPOST 2135 modules
> make[2]: *** [__modpost] Error 1
>
> <-- snip -->
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
> Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com>
> ---
> drivers/media/video/v4l2-int-device.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/media/video/v4l2-int-device.c b/drivers/media/video/v4l2-int-device.c
> index 4ff17e3..f497c94 100644
> --- a/drivers/media/video/v4l2-int-device.c
> +++ b/drivers/media/video/v4l2-int-device.c
> @@ -101,6 +101,7 @@ int v4l2_int_device_register(struct v4l2_int_device *d)
>
> return 0;
> }
> +EXPORT_SYMBOL_GPL(v4l2_int_device_register);
>
> void v4l2_int_device_unregister(struct v4l2_int_device *d)
> {
> @@ -114,6 +115,7 @@ void v4l2_int_device_unregister(struct v4l2_int_device *d)
> }
> mutex_unlock(&mutex);
> }
> +EXPORT_SYMBOL_GPL(v4l2_int_device_unregister);
>
> /* Adapted from search_extable in extable.c. */
> static v4l2_int_ioctl_func *find_ioctl(struct v4l2_int_slave *slave, int cmd,
Pushing today.
Tony
prev parent reply other threads:[~2007-09-17 18:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-11 12:46 [PATCH 1/1] Export v4l2_int_device_{, un}register Sakari Ailus
2007-09-17 18:35 ` Tony Lindgren [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=20070917183512.GJ21226@atomide.com \
--to=tony@atomide.com \
--cc=bunk@stusta.de \
--cc=linux-omap-open-source@linux.omap.com \
--cc=sakari.ailus@nokia.com \
/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