[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
[deliverable/linux.git] / sound / ppc / keywest.c
index 097fbcfc5d4589059d6c3ca49e7c607456c9f0b0..fd8e2e6062f68184b43620bd2266be4d675ada8c 100644 (file)
@@ -43,7 +43,6 @@ static int keywest_detach_client(struct i2c_client *client);
 struct i2c_driver keywest_driver = {  
        .name = "PMac Keywest Audio",
        .id = I2C_DRIVERID_KEYWEST,
-       .flags = I2C_DF_NOTIFY,
        .attach_adapter = &keywest_attach_adapter,
        .detach_client = &keywest_detach_client,
 };
This page took 0.040173 seconds and 5 git commands to generate.