2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

Drop out-of-date comment about semi-static allocation.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2386 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-03-21 17:28:36 +00:00
parent 416bfd8e68
commit baee14b641
8 changed files with 0 additions and 24 deletions

View File

@@ -177,9 +177,6 @@ static ctl_table adm1021_max_dir_table_template[] = {
{0}
};
/* I choose here for semi-static allocation. Complete dynamic
allocation could also be used; the code needed for this would probably
take more memory than the datastructure takes now. */
static int adm1021_id = 0;
static int adm1021_attach_adapter(struct i2c_adapter *adapter)

View File

@@ -209,9 +209,6 @@ static void adm1024_analog_out(struct i2c_client *client, int operation,
static void adm1024_vid(struct i2c_client *client, int operation,
int ctl_name, int *nrels_mag, long *results);
/* I choose here for semi-static ADM1024 allocation. Complete dynamic
allocation could also be used; the code needed for this would probably
take more memory than the datastructure takes now. */
static int adm1024_id = 0;
static struct i2c_driver adm1024_driver = {

View File

@@ -156,9 +156,6 @@ static void adm1025_vid(struct i2c_client *client, int operation,
static void adm1025_vrm(struct i2c_client *client, int operation,
int ctl_name, int *nrels_mag, long *results);
/* I choose here for semi-static ADM1025 allocation. Complete dynamic
allocation could also be used; the code needed for this would probably
take more memory than the datastructure takes now. */
static int adm1025_id = 0;
static struct i2c_driver adm1025_driver = {

View File

@@ -214,9 +214,6 @@ static void adm9240_analog_out(struct i2c_client *client, int operation,
static void adm9240_vid(struct i2c_client *client, int operation,
int ctl_name, int *nrels_mag, long *results);
/* I choose here for semi-static ADM9240 allocation. Complete dynamic
allocation could also be used; the code needed for this would probably
take more memory than the datastructure takes now. */
static int adm9240_id = 0;
static struct i2c_driver adm9240_driver = {

View File

@@ -248,9 +248,6 @@ static ctl_table gl520_dir_table_template[] = {
{0}
};
/* I choose here for semi-static GL520SM allocation. Complete dynamic
allocation could also be used; the code needed for this would probably
take more memory than the datastructure takes now. */
static int gl520_id = 0;
static int gl520_attach_adapter(struct i2c_adapter *adapter)

View File

@@ -266,9 +266,6 @@ static void lm87_vid(struct i2c_client *client, int operation,
static void lm87_vrm(struct i2c_client *client, int operation,
int ctl_name, int *nrels_mag, long *results);
/* I choose here for semi-static LM87 allocation. Complete dynamic
allocation could also be used; the code needed for this would probably
take more memory than the datastructure takes now. */
static int lm87_id = 0;
static struct i2c_driver LM87_driver = {

View File

@@ -119,9 +119,6 @@ static ctl_table ltc1710_dir_table_template[] = {
{0}
};
/* I choose here for semi-static LTC1710 allocation. Complete dynamic
allocation could also be used; the code needed for this would probably
take more memory than the datastructure takes now. */
static int ltc1710_id = 0;
static int ltc1710_attach_adapter(struct i2c_adapter *adapter)

View File

@@ -184,9 +184,6 @@ static ctl_table saa1064_dir_table_template[] = {
{0}
};
/* I choose here for semi-static SAA1064 allocation. Complete dynamic
allocation could also be used; the code needed for this would probably
take more memory than the datastructure takes now. */
static int saa1064_id = 0;
static int saa1064_attach_adapter(struct i2c_adapter *adapter)