aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mfd/adp5520.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mfd/adp5520.c b/drivers/mfd/adp5520.c
index ae88654595dc..d817f202da5b 100644
--- a/drivers/mfd/adp5520.c
+++ b/drivers/mfd/adp5520.c
@@ -9,10 +9,10 @@
9 * 9 *
10 * Derived from da903x: 10 * Derived from da903x:
11 * Copyright (C) 2008 Compulab, Ltd. 11 * Copyright (C) 2008 Compulab, Ltd.
12 * Mike Rapoport <mike@compulab.co.il> 12 * Mike Rapoport <mike@compulab.co.il>
13 * 13 *
14 * Copyright (C) 2006-2008 Marvell International Ltd. 14 * Copyright (C) 2006-2008 Marvell International Ltd.
15 * Eric Miao <eric.miao@marvell.com> 15 * Eric Miao <eric.miao@marvell.com>
16 * 16 *
17 * Licensed under the GPL-2 or later. 17 * Licensed under the GPL-2 or later.
18 */ 18 */
@@ -355,7 +355,7 @@ static struct i2c_driver adp5520_driver = {
355 }, 355 },
356 .probe = adp5520_probe, 356 .probe = adp5520_probe,
357 .remove = adp5520_remove, 357 .remove = adp5520_remove,
358 .id_table = adp5520_id, 358 .id_table = adp5520_id,
359}; 359};
360 360
361module_i2c_driver(adp5520_driver); 361module_i2c_driver(adp5520_driver);