Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ce1f8bdb0cbe9c5f57cf0256ef75fce06152547f
Commit:     ce1f8bdb0cbe9c5f57cf0256ef75fce06152547f
Parent:     746d9732dbd5b95c3ba36230e2814fa2c391a311
Author:     Michael Krufky <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 22 00:28:50 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 19:01:06 2008 -0200

    V4L/DVB (6434): tda827x: fix GPL export on attach function
    
    EXPORT_SYMBOL should have been EXPORT_SYMBOL_GPL
    
    Signed-off-by: Michael Krufky <[EMAIL PROTECTED]>
    Reviewed-by: Hans Verkuil <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/dvb/frontends/tda827x.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/dvb/frontends/tda827x.c 
b/drivers/media/dvb/frontends/tda827x.c
index 3c71f07..6de1aea 100644
--- a/drivers/media/dvb/frontends/tda827x.c
+++ b/drivers/media/dvb/frontends/tda827x.c
@@ -775,7 +775,7 @@ struct dvb_frontend *tda827x_attach(struct dvb_frontend 
*fe, int addr,
 
        return fe;
 }
-EXPORT_SYMBOL(tda827x_attach);
+EXPORT_SYMBOL_GPL(tda827x_attach);
 
 MODULE_DESCRIPTION("DVB TDA827x driver");
 MODULE_AUTHOR("Hartmut Hackmann <[EMAIL PROTECTED]>");
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to