X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Documentation%2Fi2c%2Fwriting-clients;h=5aa53374ea2a84d264f7875d69d39fd1b0526916;hp=5ebf5af1d71606ae3d6d31557f97ce7f3077add7;hb=fa514fbc57419505d0e9423dbb8742f2775f882e;hpb=b0f969009f647cd473c5e559aeec9c4229d12f87 diff --git a/Documentation/i2c/writing-clients b/Documentation/i2c/writing-clients index 5ebf5af1d716..5aa53374ea2a 100644 --- a/Documentation/i2c/writing-clients +++ b/Documentation/i2c/writing-clients @@ -38,7 +38,7 @@ static struct i2c_driver foo_driver = { .name = "foo", }, - .id_table = foo_ids, + .id_table = foo_idtable, .probe = foo_probe, .remove = foo_remove, /* if device autodetection is needed: */