diff options
Diffstat (limited to 'drivers/mfd/viperboard.c')
-rw-r--r-- | drivers/mfd/viperboard.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/viperboard.c b/drivers/mfd/viperboard.c index 4f74ec868a52..276122b37199 100644 --- a/drivers/mfd/viperboard.c +++ b/drivers/mfd/viperboard.c | |||
@@ -44,6 +44,9 @@ static struct mfd_cell vprbrd_devs[] = { | |||
44 | { | 44 | { |
45 | .name = "viperboard-i2c", | 45 | .name = "viperboard-i2c", |
46 | }, | 46 | }, |
47 | { | ||
48 | .name = "viperboard-adc", | ||
49 | }, | ||
47 | }; | 50 | }; |
48 | 51 | ||
49 | static int vprbrd_probe(struct usb_interface *interface, | 52 | static int vprbrd_probe(struct usb_interface *interface, |