• R/O
  • HTTP
  • SSH
  • HTTPS

linux-2.4.36: コミット

2.4.36-stable kernel tree


コミットメタ情報

リビジョンd01b0a2f98eb83b41e4d2a1d7cfdecfd366a8929 (tree)
日時2006-11-20 02:02:13
作者Jean Delvare <khali@linu...>
コミッターWilly Tarreau

ログメッセージ

[PATCH][I2C] remove non-existing functions declarations.

Drop the function declarations for slave mode support of i2c adapters.
This was never implemented.

Partial backport of:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=6d3aae9d74221b00e2cbf50a353527e5a71a58ba

Signed-off-by: Jean Delvare <khali@linux-fr.org>

変更サマリ

差分

--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -72,14 +72,6 @@ extern int i2c_master_recv(struct i2c_client *,char* ,int);
7272 */
7373 extern int i2c_transfer(struct i2c_adapter *adap, struct i2c_msg *msg,int num);
7474
75-/*
76- * Some adapter types (i.e. PCF 8584 based ones) may support slave behaviuor.
77- * This is not tested/implemented yet and will change in the future.
78- */
79-extern int i2c_slave_send(struct i2c_client *,char*,int);
80-extern int i2c_slave_recv(struct i2c_client *,char*,int);
81-
82-
8375
8476 /* This is the very generalized SMBus access routine. You probably do not
8577 want to use this, though; one of the functions below may be much easier,
旧リポジトリブラウザで表示