summaryrefslogtreecommitdiff
path: root/backport/compat/compat-3.6.c
diff options
context:
space:
mode:
Diffstat (limited to 'backport/compat/compat-3.6.c')
-rw-r--r--backport/compat/compat-3.6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/compat/compat-3.6.c b/backport/compat/compat-3.6.c
index 05954d45..53991eea 100644
--- a/backport/compat/compat-3.6.c
+++ b/backport/compat/compat-3.6.c
@@ -45,7 +45,7 @@ int __i2c_transfer(struct i2c_adapter *adap, struct i2c_msg *msgs, int num)
return ret;
}
-EXPORT_SYMBOL(__i2c_transfer);
+EXPORT_SYMBOL_GPL(__i2c_transfer);
#endif
/**