summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa/akita-ioexp.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-11-26 20:00:54 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2006-01-06 06:16:22 (GMT)
commitcde7859bda0d1124392b44e50aa11df99707e1d9 (patch)
treec852e7ff9b44b5e59f6ae75951514585f0ff10d9 /arch/arm/mach-pxa/akita-ioexp.c
parentcb748fb20186d4b345c68a7f580429f379fdd268 (diff)
downloadlinux-fsl-qoriq-cde7859bda0d1124392b44e50aa11df99707e1d9.tar.xz
[PATCH] i2c: Rework client usage count, 2 of 3
Make I2C_CLIENT_ALLOW_USE the default for all i2c clients. It doesn't hurt if the usage count is actually never used for any given driver, and allows for nice code simplifications in i2c-core. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/arm/mach-pxa/akita-ioexp.c')
-rw-r--r--arch/arm/mach-pxa/akita-ioexp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/akita-ioexp.c b/arch/arm/mach-pxa/akita-ioexp.c
index 440ebb3..b6bff55 100644
--- a/arch/arm/mach-pxa/akita-ioexp.c
+++ b/arch/arm/mach-pxa/akita-ioexp.c
@@ -133,7 +133,6 @@ static struct i2c_driver max7310_i2c_driver = {
static struct i2c_client max7310_template = {
name: "akita-max7310",
- flags: I2C_CLIENT_ALLOW_USE,
driver: &max7310_i2c_driver,
};