aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-sm5502.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/extcon/extcon-sm5502.c')
-rw-r--r--drivers/extcon/extcon-sm5502.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/extcon/extcon-sm5502.c b/drivers/extcon/extcon-sm5502.c
index a1ba9242e9cb..f94d66aae9e3 100644
--- a/drivers/extcon/extcon-sm5502.c
+++ b/drivers/extcon/extcon-sm5502.c
@@ -8,11 +8,6 @@
8 * under the terms of the GNU General Public License as published by the 8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your 9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version. 10 * option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 */ 11 */
17 12
18#include <linux/err.h> 13#include <linux/err.h>
@@ -26,7 +21,8 @@
26#include <linux/regmap.h> 21#include <linux/regmap.h>
27#include <linux/slab.h> 22#include <linux/slab.h>
28#include <linux/extcon.h> 23#include <linux/extcon.h>
29#include <linux/extcon/sm5502.h> 24
25#include "extcon-sm5502.h"
30 26
31#define DELAY_MS_DEFAULT 17000 /* unit: millisecond */ 27#define DELAY_MS_DEFAULT 17000 /* unit: millisecond */
32 28