extcon: Move defintion of struct extcon_dev to driver/extcon directory
[platform/kernel/linux-rpi.git] / drivers / extcon / extcon.c
index d0e3679..591582b 100644 (file)
 #include <linux/device.h>
 #include <linux/fs.h>
 #include <linux/err.h>
-#include <linux/extcon.h>
 #include <linux/of.h>
 #include <linux/slab.h>
 #include <linux/sysfs.h>
 
+#include "extcon.h"
+
 #define SUPPORTED_CABLE_MAX    32
 #define CABLE_NAME_MAX         30