From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/1] Export v4l2_int_device_{, un}register Date: Mon, 17 Sep 2007 11:35:12 -0700 Message-ID: <20070917183512.GJ21226@atomide.com> References: <11895147942548-git-send-email-sakari.ailus@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <11895147942548-git-send-email-sakari.ailus@nokia.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Sakari Ailus Cc: linux-omap-open-source@linux.omap.com, Adrian Bunk List-Id: linux-omap@vger.kernel.org * Sakari Ailus [070911 05:48]: > From: Adrian Bunk > > This patch fixes the following build error: > > <-- snip --> > > ... > MODPOST 2135 modules > make[2]: *** [__modpost] Error 1 > > <-- snip --> > > Signed-off-by: Adrian Bunk > Signed-off-by: Mauro Carvalho Chehab > Signed-off-by: Sakari Ailus > --- > 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