diff options
-rw-r--r-- | drivers/extcon/extcon-sm5502.c | 8 | ||||
-rw-r--r-- | drivers/extcon/extcon-sm5502.h (renamed from include/linux/extcon/sm5502.h) | 5 |
2 files changed, 2 insertions, 11 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 @@ * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include <linux/err.h> @@ -26,7 +21,8 @@ #include <linux/regmap.h> #include <linux/slab.h> #include <linux/extcon.h> -#include <linux/extcon/sm5502.h> + +#include "extcon-sm5502.h" #define DELAY_MS_DEFAULT 17000 /* unit: millisecond */ diff --git a/include/linux/extcon/sm5502.h b/drivers/extcon/extcon-sm5502.h index 030526bf8d79..974b53222f56 100644 --- a/include/linux/extcon/sm5502.h +++ b/drivers/extcon/extcon-sm5502.h @@ -7,11 +7,6 @@ * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #ifndef __LINUX_EXTCON_SM5502_H |