usb: misc: usb3503: Fix compile error due to incorrect regmap depedency
authorMatthew Dawson <matthew@mjdsystems.ca>
Wed, 16 Oct 2013 04:11:24 +0000 (00:11 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Oct 2013 20:52:16 +0000 (13:52 -0700)
The USB3503 driver had an incorrect depedency on REGMAP, instead of
REGMAP_I2C.  This caused the build to fail since the necessary regmap
i2c pieces were not available.

Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found