From 3f80289d4e3ea861e27929715e17748261f283ec Mon Sep 17 00:00:00 2001 From: Russell King Date: Tue, 20 Sep 2005 21:01:13 +0100 Subject: [PATCH] --- yaml --- r: 9169 b: refs/heads/master c: a9f7baf4d695dbe3028d40ca374c1d11499eaee6 h: refs/heads/master i: 9167: c379dd77a6633ab8972bb2f8c880e75c838efb9c v: v3 --- [refs] | 2 +- trunk/drivers/acorn/char/pcf8583.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 242647702b8b..fcfa5e565f58 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 840ff6a4f6174d7fe19c206b5f36ff64123a2f45 +refs/heads/master: a9f7baf4d695dbe3028d40ca374c1d11499eaee6 diff --git a/trunk/drivers/acorn/char/pcf8583.c b/trunk/drivers/acorn/char/pcf8583.c index 141b4c237a50..2b850e5860a0 100644 --- a/trunk/drivers/acorn/char/pcf8583.c +++ b/trunk/drivers/acorn/char/pcf8583.c @@ -23,12 +23,13 @@ static struct i2c_driver pcf8583_driver; static unsigned short ignore[] = { I2C_CLIENT_END }; static unsigned short normal_addr[] = { 0x50, I2C_CLIENT_END }; +static unsigned short *forces[] = { NULL }; static struct i2c_client_address_data addr_data = { .normal_i2c = normal_addr, .probe = ignore, .ignore = ignore, - .force = ignore, + .forces = forces, }; #define DAT(x) ((unsigned int)(x->dev.driver_data))