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 c75ac08f639c..4f74ec868a52 100644 --- a/drivers/mfd/viperboard.c +++ b/drivers/mfd/viperboard.c | |||
@@ -41,6 +41,9 @@ static struct mfd_cell vprbrd_devs[] = { | |||
41 | { | 41 | { |
42 | .name = "viperboard-gpio", | 42 | .name = "viperboard-gpio", |
43 | }, | 43 | }, |
44 | { | ||
45 | .name = "viperboard-i2c", | ||
46 | }, | ||
44 | }; | 47 | }; |
45 | 48 | ||
46 | static int vprbrd_probe(struct usb_interface *interface, | 49 | static int vprbrd_probe(struct usb_interface *interface, |