i2c: Delete unused adapter IDs
authorJean Delvare <khali@linux-fr.org>
Mon, 15 Nov 2010 21:40:38 +0000 (22:40 +0100)
committerJean Delvare <khali@endymion.delvare>
Mon, 15 Nov 2010 21:40:38 +0000 (22:40 +0100)
commitdfdee5f00cc9ce21b0a7e786039bcfec26fbcb4b
treeb60683d060290bda19ce2fa868ac57dc70e2cf2a
parentdc6641be0ea8819ef095fdcefc2b695611999a21
i2c: Delete unused adapter IDs

Delete unused I2C adapter IDs. Special cases are:

* I2C_HW_B_RIVA was still set in driver rivafb, however no other
  driver is ever looking for this value, so we can safely remove it.
* I2C_HW_B_HDPVR is used in staging driver lirc_zilog, however no
  adapter ID is ever set to this value, so the code in question never
  runs. As the code additionally expects that I2C_HW_B_HDPVR may not
  be defined, we can delete it now and let the lirc_zilog driver
  maintainer rewrite this piece of code.

Big thanks for Hans Verkuil for doing all the hard work :)

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Jarod Wilson <jarod@redhat.com>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/video/riva/rivafb-i2c.c
include/linux/i2c-id.h